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

Function NPCSupport_Timestep

src/SB/Game/zNPCSupport.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void NPCSupport_Timestep(F32 dt)
91{
92 zNPCGlyph_Timestep(dt);
93 zNPCHazard_Timestep(dt);
94 NPCSupplement_Timestep(dt);
95 Firework_Timestep(dt);
96}
97
98void NPCWidget_Startup()
99{

Callers 1

zNPCCommon_TimestepFunction · 0.85

Calls 4

zNPCHazard_TimestepFunction · 0.85
NPCSupplement_TimestepFunction · 0.85
zNPCGlyph_TimestepFunction · 0.70
Firework_TimestepFunction · 0.70

Tested by

no test coverage detected