Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zNPCMgr_sceneTimestep
Function
zNPCMgr_sceneTimestep
src/SB/Game/zNPCMgr.cpp:422–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
}
421
422
void zNPCMgr_sceneTimestep(xScene* xscn, F32 dt)
423
{
424
zNPCMgrSelf()->SceneTimestep(xscn, dt);
425
}
426
427
void zNPCMgr_scenePostRender()
428
{
Callers
1
zSceneUpdate
Function · 0.70
Calls
2
zNPCMgrSelf
Function · 0.85
SceneTimestep
Method · 0.80
Tested by
no test coverage detected