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

Function zNPCTypes_StartupTypes

src/SB/Game/zNPCTypes.cpp:13–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "zNPCTypeTest.h"
12
13void zNPCTypes_StartupTypes()
14{
15 ZNPC_Common_Startup();
16 ZNPC_Robot_Startup();
17 ZNPC_Tiki_Startup();
18 ZNPC_Duplotron_Startup();
19 ZNPC_Villager_Startup();
20 ZNPC_Ambient_Startup();
21 ZNPC_SubBoss_Startup();
22 ZNPC_Boss_Startup();
23 ZNPC_Test_Startup();
24}
25
26void zNPCTypes_ShutdownTypes()
27{

Callers 1

StartupMethod · 0.85

Calls 9

ZNPC_Common_StartupFunction · 0.70
ZNPC_Robot_StartupFunction · 0.70
ZNPC_Tiki_StartupFunction · 0.70
ZNPC_Duplotron_StartupFunction · 0.70
ZNPC_Villager_StartupFunction · 0.70
ZNPC_Ambient_StartupFunction · 0.70
ZNPC_SubBoss_StartupFunction · 0.70
ZNPC_Boss_StartupFunction · 0.70
ZNPC_Test_StartupFunction · 0.70

Tested by

no test coverage detected