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

◆ PlayerInteraction()

void Terraria.NPC.PlayerInteraction ( int player)
inline

Definition at line 5814 of file NPC.cs.

5815 {
5816 int num = this.realLife;
5817 if (this == null)
5818 {
5819 int num2 = this.realLife;
5820 }
5821 int num3 = this.lastInteraction;
5822 }
class f__AnonymousType0<< Count > j__TPar
int lastInteraction
Definition NPC.cs:11144
int realLife
Definition NPC.cs:11195

References j__TPar, Terraria.NPC.lastInteraction, and Terraria.NPC.realLife.