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

◆ Gore_UpdateLeaf()

void Terraria.Gore.Gore_UpdateLeaf ( )
inlineprivate

Definition at line 337 of file Gore.cs.

338 {
339 int num = 1;
340 float x = this.position.X;
341 float y = this.position.Y;
342 if (num == 0)
343 {
344 }
345 float x2 = this.position.X;
346 float y2 = this.position.Y;
347 float y3 = this.velocity.Y;
348 float x3 = this.velocity.X;
349 Tile tile;
350 byte liquid = tile.liquid;
351 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Gore.cs:445
Vector2 position
Definition Gore.cs:442

References j__TPar, Terraria.Tile.liquid, Terraria.Gore.position, Terraria.Gore.velocity, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.