terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Update()

void Terraria.Gore.Update ( )
inline

Definition at line 309 of file Gore.cs.

310 {
311 if (!true)
312 {
313 }
314 bool netHostOnly = Main.NetHostOnly;
315 if (this.active)
316 {
317 int num2;
318 if (this.sticky)
319 {
320 bool flag = this.DeactivateIfOutsideOfWorld();
321 int num = 16896;
322 float x = this.velocity.X;
323 float y = this.velocity.Y;
324 if (num == 0)
325 {
326 }
327 num2 = 16896;
328 }
329 if (num2 == 0)
330 {
331 }
332 return;
333 }
334 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Gore.cs:445
bool active
Definition Gore.cs:463
bool sticky
Definition Gore.cs:466
bool DeactivateIfOutsideOfWorld()
Definition Gore.cs:298

References Terraria.Gore.active, Terraria.Gore.DeactivateIfOutsideOfWorld(), j__TPar, Terraria.Main.NetHostOnly, Terraria.Gore.sticky, Terraria.Gore.velocity, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.