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

◆ MakeFloorDust()

void Terraria.Player.MakeFloorDust ( bool Falling,
int type,
int paintColor )
inlineprivate

Definition at line 7821 of file Player.cs.

7822 {
7823 float x = this.velocity.X;
7824 int num = 16968;
7825 int height = this.height;
7826 float x2 = this.position.X;
7827 float y = this.position.Y;
7828 int width = this.width;
7829 if (num == 0)
7830 {
7831 }
7832 int whoAmI = this.whoAmI;
7833 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Entity.cs:463
Vector2 position
Definition Entity.cs:460

References Terraria.Entity.height, j__TPar, Terraria.Entity.position, Terraria.Entity.velocity, Terraria.Entity.whoAmI, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.