MCPcopy 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
199void zFXUpdate(F32 dt)
200{
201 zFXGooUpdate(dt);
202 update_poppers(dt);
203 update_entrails(dt);
204 xFXUpdate(dt);
205}
206
207namespace
208{

Callers 1

zSceneUpdateFunction · 0.85

Calls 3

zFXGooUpdateFunction · 0.85
xFXUpdateFunction · 0.85
update_entrailsFunction · 0.70

Tested by

no test coverage detected