Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetWereThereAnyInteractions()

bool Terraria.NPC.GetWereThereAnyInteractions ( )
inline

Definition at line 72060 of file NPC.cs.

72061 {
72062 bool flag = false;
72063 if (realLife >= 0)
72064 {
72065 return Main.npc[realLife].AnyInteractions();
72066 }
72067 return AnyInteractions();
72068 }
bool AnyInteractions()
Definition NPC.cs:71041
int realLife
Definition NPC.cs:173

References Terraria.Main.npc.

Referenced by Terraria.NPC.DoDeathEvents(), and Terraria.NPC.NPCLoot().