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

Function zNPCSpawner_SceneFinish

src/SB/Game/zNPCSpawner.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void zNPCSpawner_SceneFinish()
39{
40 SMDepot* depot = &g_smdepot;
41 for (S32 i = 0; i < depot->spawners.cnt; i++)
42 {
43 RyzMemData::operator delete(depot->spawners.list[i]);
44 }
45 XOrdDone(&depot->spawners, 0);
46}
47
48// Something weird with the conditions here.
49zNPCSpawner* zNPCSpawner_GetInstance()

Callers 1

SceneFinishMethod · 0.70

Calls 1

XOrdDoneFunction · 0.85

Tested by

no test coverage detected