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

◆ UpdatePlayerPosition()

static void Terraria.GameContent.PressurePlateHelper.UpdatePlayerPosition ( Player player)
inlinestatic

Definition at line 46 of file PressurePlateHelper.cs.

47 {
48 int num = 1;
49 int num2 = 1;
50 if (num == 0)
51 {
52 }
53 if (num == 0)
54 {
55 }
56 Vector2 size = player.Size;
57 Vector2 bottomRight = player.BottomRight;
58 Rectangle hitbox = player.Hitbox;
59 long num3 = 0L;
60 Rectangle hitbox2 = player.Hitbox;
61 hitbox2.Inflate((int)num3, num2);
62 hitbox2.Inflate((int)num3, num2);
63 if (32640 == 0)
64 {
65 }
66 Tile tile;
67 bool flag = tile.active();
68 int whoAmI = player.whoAmI;
69 }
class f__AnonymousType0<< Count > j__TPar
void Inflate(int horizontalValue, int verticalValue)
Definition Rectangle.cs:423

References Terraria.Tile.active(), Terraria.Entity.BottomRight, Terraria.Entity.Hitbox, Microsoft.Xna.Framework.Rectangle.Inflate(), j__TPar, System.L, Terraria.Entity.Size, and Terraria.Entity.whoAmI.