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

Function NPCSupport_SceneReset

src/SB/Game/zNPCSupport.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void NPCSupport_SceneReset()
82{
83 zNPCHazard_SceneReset();
84 zNPCGlyph_SceneReset();
85 NPCWidget_SceneReset();
86 NPCSupplement_SceneReset();
87 Firework_SceneReset(0);
88}
89
90void NPCSupport_Timestep(F32 dt)
91{

Callers 1

zNPCCommon_SceneResetFunction · 0.85

Calls 5

zNPCGlyph_SceneResetFunction · 0.85
NPCWidget_SceneResetFunction · 0.85
NPCSupplement_SceneResetFunction · 0.85
Firework_SceneResetFunction · 0.85
zNPCHazard_SceneResetFunction · 0.70

Tested by

no test coverage detected