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

◆ DeactivateIfOutsideOfWorld()

bool Terraria.Gore.DeactivateIfOutsideOfWorld ( )
inlineprivate

Definition at line 298 of file Gore.cs.

299 {
300 float x = this.position.X;
301 float y = this.position.Y;
302 if (!true)
303 {
304 }
305 return true;
306 }
Vector2 position
Definition Gore.cs:442

References Terraria.Gore.position, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by Terraria.Gore.Update().