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

◆ RocketBootVisuals()

void Terraria.Player.RocketBootVisuals ( )
inlineprivate

Definition at line 8497 of file Player.cs.

8498 {
8499 float num = this.gravDir;
8500 int height = this.height;
8501 long num2 = 0L;
8502 float x = this.position.X;
8503 if (num2 != 0L)
8504 {
8505 int width = this.width;
8506 return;
8507 }
8508 float y = this.position.Y;
8509 int direction = this.direction;
8510 float x2 = this.velocity.X;
8511 float y2 = this.velocity.Y;
8512 float num3 = this.gravDir;
8513 int num4 = this.vanityRocketBoots;
8514 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Entity.cs:463
Vector2 position
Definition Entity.cs:460
int vanityRocketBoots
Definition Player.cs:22910

References Terraria.Entity.direction, Terraria.Player.gravDir, Terraria.Entity.height, j__TPar, System.L, Terraria.Entity.position, Terraria.Player.vanityRocketBoots, Terraria.Entity.velocity, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.