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

Method SetNPCStatus

src/SB/Game/zNPCSpawner.cpp:708–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708void zNPCSpawner::SetNPCStatus(zNPCCommon* npc, en_SM_NPC_STATUS status)
709{
710 SMNPCStatus* stat = this->StatForNPC(npc);
711 if (stat != NULL)
712 {
713 stat->status = status;
714 }
715}
716
717SMSPStatus* zNPCSpawner::StatForSP(zMovePoint* sp, S32 arg1)
718{

Callers

nothing calls this directly

Calls 1

StatForNPCMethod · 0.95

Tested by

no test coverage detected