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

Function zNPCMgr_Startup

src/SB/Game/zNPCMgr.cpp:369–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369void zNPCMgr_Startup()
370{
371 if (g_modinit++ == 0)
372 {
373 xBehaveMgr_Startup();
374 zNPCMgr* npc = new ('NPCM', NULL) zNPCMgr();
375 g_npcmgr = npc;
376 npc->Startup();
377 }
378}
379
380void zNPCMgr_Shutdown()
381{

Callers 1

mainFunction · 0.85

Calls 2

xBehaveMgr_StartupFunction · 0.85
StartupMethod · 0.45

Tested by

no test coverage detected