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

◆ DoesntDespawnToInactivityAndCountsNPCSlots()

bool Terraria.NPC.DoesntDespawnToInactivityAndCountsNPCSlots ( )
inline

Definition at line 70057 of file NPC.cs.

70058 {
70059 return type == 668;
70060 }
int type
Definition NPC.cs:445

References Terraria.NPC.type.

Referenced by Terraria.NPC.CheckActive().