Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zFXUpdate
Function
zFXUpdate
src/SB/Game/zFX.cpp:199–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void zFXUpdate(F32 dt)
200
{
201
zFXGooUpdate(dt);
202
update_poppers(dt);
203
update_entrails(dt);
204
xFXUpdate(dt);
205
}
206
207
namespace
208
{
Callers
1
zSceneUpdate
Function · 0.85
Calls
3
zFXGooUpdate
Function · 0.85
xFXUpdate
Function · 0.85
update_entrails
Function · 0.70
Tested by
no test coverage detected