Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void NPCSupport_Timestep(F32 dt)
91
{
92
zNPCGlyph_Timestep(dt);
93
zNPCHazard_Timestep(dt);
94
NPCSupplement_Timestep(dt);
95
Firework_Timestep(dt);
96
}
97
98
void NPCWidget_Startup()
99
{
Callers
1
zNPCCommon_Timestep
Function · 0.85
Calls
4
zNPCHazard_Timestep
Function · 0.85
NPCSupplement_Timestep
Function · 0.85
zNPCGlyph_Timestep
Function · 0.70
Firework_Timestep
Function · 0.70
Tested by
no test coverage detected