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

◆ GetWereThereAnyInteractions()

bool Terraria.NPC.GetWereThereAnyInteractions ( )
inline

Definition at line 5722 of file NPC.cs.

5723 {
5724 int num = this.realLife;
5725 int num2 = this.realLife;
5726 return this.AnyInteractions();
5727 }
class f__AnonymousType0<< Count > j__TPar
bool AnyInteractions()
Definition NPC.cs:5035
int realLife
Definition NPC.cs:11195

References Terraria.NPC.AnyInteractions(), j__TPar, and Terraria.NPC.realLife.

Referenced by Terraria.NPC.NPCLoot().