MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / ToastedBeastie

Method ToastedBeastie

src/SB/Game/zNPCSpawner.cpp:786–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786SMNPCStatus* 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
794void zNPCSpawner::ChildHeartbeat(F32 dt)
795{

Callers

nothing calls this directly

Calls 3

StatForNPCMethod · 0.95
XOrdRemoveFunction · 0.50
zEntEventFunction · 0.50

Tested by

no test coverage detected