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

◆ AI_003_Gnomes_ShouldTurnToStone()

bool Terraria.NPC.AI_003_Gnomes_ShouldTurnToStone ( )
inlineprivate

Definition at line 3727 of file NPC.cs.

3728 {
3729 if (!true)
3730 {
3731 }
3732 float y = this.position.Y;
3733 if (15744 == 0)
3734 {
3735 }
3736 float x = this.position.X;
3737 float y2 = this.position.Y;
3738 int width = this.width;
3739 bool wet = this.wet;
3740 bool flag;
3741 return flag;
3742 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

References j__TPar, Terraria.Entity.position, Terraria.Entity.wet, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by Terraria.NPC.AI_003_Fighters().