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

◆ checkDead()

void Terraria.NPC.checkDead ( )
inline

Definition at line 4923 of file NPC.cs.

4924 {
4925 if (this.active)
4926 {
4927 int num = this.realLife;
4928 int whoAmI = this.whoAmI;
4929 int num2 = this.life;
4930 }
4931 }
class f__AnonymousType0<< Count > j__TPar
int realLife
Definition NPC.cs:11195

References Terraria.Entity.active, j__TPar, Terraria.NPC.life, Terraria.NPC.realLife, and Terraria.Entity.whoAmI.

Referenced by Terraria.NPC.AI_037_Destroyer().