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

Function xFXUpdate

src/SB/Core/x/xFX.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void xFXUpdate(F32 dt)
328{
329 xFXRingUpdate(dt);
330 xFXRibbonUpdate(dt);
331 xFXAuraUpdate(dt);
332}
333
334static const RwV3d _1168 = { 1, 0, 0 };
335static const RwV3d _1169 = { 0, 1, 0 };

Callers 1

zFXUpdateFunction · 0.85

Calls 3

xFXRibbonUpdateFunction · 0.85
xFXRingUpdateFunction · 0.70
xFXAuraUpdateFunction · 0.70

Tested by

no test coverage detected