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

◆ CanFitSpace()

bool Terraria.Player.CanFitSpace ( int heightBoost)
inline

Definition at line 2792 of file Player.cs.

2793 {
2794 int height = this.height;
2795 float x = this.position.X;
2796 float y = this.position.Y;
2797 if (height == 0)
2798 {
2799 }
2800 float x2 = this.velocity.X;
2801 float y2 = this.velocity.Y;
2802 int width = this.width;
2803 if (height == 0)
2804 {
2805 }
2806 bool flag;
2807 return flag;
2808 }
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.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by Terraria.Player.UpdatePortableStoolUsage().