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

Method ScenePostSetup

src/SB/Game/zNPCMgr.cpp:521–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void zNPCMgr::ScenePostSetup()
522{
523 for (int i = 0; i < npclist.cnt; i++)
524 {
525 xNPCBasic* npc = (xNPCBasic*)npclist.list[i];
526 npc->PostSetup();
527 }
528}
529
530void zNPCMgr::ScenePostRender()
531{

Callers 1

zNPCMgr_scenePostSetupFunction · 0.80

Calls 1

PostSetupMethod · 0.45

Tested by

no test coverage detected