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

Function zNPCTypes_ShutdownTypes

src/SB/Game/zNPCTypes.cpp:26–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void zNPCTypes_ShutdownTypes()
27{
28 ZNPC_Test_Shutdown();
29 ZNPC_Boss_Shutdown();
30 ZNPC_SubBoss_Shutdown();
31 ZNPC_Ambient_Shutdown();
32 ZNPC_Villager_Shutdown();
33 ZNPC_Duplotron_Shutdown();
34 ZNPC_Tiki_Shutdown();
35 ZNPC_Robot_Shutdown();
36 ZNPC_Common_Shutdown();
37}
38
39void zNPCTypes_RegisterTypes(xFactory* fac)
40{

Callers 1

ShutdownMethod · 0.85

Calls 9

ZNPC_Test_ShutdownFunction · 0.85
ZNPC_Boss_ShutdownFunction · 0.85
ZNPC_SubBoss_ShutdownFunction · 0.85
ZNPC_Ambient_ShutdownFunction · 0.85
ZNPC_Villager_ShutdownFunction · 0.85
ZNPC_Duplotron_ShutdownFunction · 0.85
ZNPC_Tiki_ShutdownFunction · 0.85
ZNPC_Robot_ShutdownFunction · 0.85
ZNPC_Common_ShutdownFunction · 0.85

Tested by

no test coverage detected