| 784 | } |
| 785 | |
| 786 | SMNPCStatus* zNPCSpawner::ToastedBeastie(zNPCCommon* npc) |
| 787 | { |
| 788 | SMNPCStatus* ret = this->StatForNPC(npc); |
| 789 | XOrdRemove(&this->actvlist, ret, -1); |
| 790 | zEntEvent((xBase*)this->npc_owner, eEventDuploNPCKilled); |
| 791 | return ret; |
| 792 | } |
| 793 | |
| 794 | void zNPCSpawner::ChildHeartbeat(F32 dt) |
| 795 | { |
nothing calls this directly
no test coverage detected