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

◆ PreKill()

virtual bool Terraria.ModLoader.ModNPC.PreKill ( )
inlinevirtual

Allows you to determine whether or not this NPC will do anything upon death (besides dying). Returns true by default.

Returns

Definition at line 332 of file ModNPC.cs.

333 {
334 return true;
335 }