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

Function xBehaveMgr_Startup

src/SB/Core/x/xBehaveMgr.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6static xBehaveMgr* g_behavmgr;
7
8void xBehaveMgr_Startup()
9{
10 if (g_modinit++ == 0)
11 {
12 g_behavmgr = new ('BMGR', NULL) xBehaveMgr();
13 g_behavmgr->Startup(0xfa, 0xfa);
14 }
15}
16
17void xBehaveMgr_Shutdown()
18{

Callers 2

zNPCMgr_StartupFunction · 0.85
mainFunction · 0.85

Calls 1

StartupMethod · 0.45

Tested by

no test coverage detected