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

◆ ExcludedFromDeathTally()

bool Terraria.NPC.ExcludedFromDeathTally ( )
inline

Definition at line 71999 of file NPC.cs.

72000 {
72001 if (netID < 0)
72002 {
72003 if (netID != -5)
72004 {
72005 return netID == -1;
72006 }
72007 return true;
72008 }
72010 {
72012 }
72013 return true;
72014 }
static bool[] PositiveNPCTypesExcludedFromDeathTally
Definition NPCID.cs:4242
static bool[] ProjectileNPC
Definition NPCID.cs:4186
int netID
Definition NPC.cs:531

References Terraria.ID.NPCID.Sets.PositiveNPCTypesExcludedFromDeathTally, and Terraria.ID.NPCID.Sets.ProjectileNPC.