Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
void xFXUpdate(F32 dt)
328
{
329
xFXRingUpdate(dt);
330
xFXRibbonUpdate(dt);
331
xFXAuraUpdate(dt);
332
}
333
334
static const RwV3d _1168 = { 1, 0, 0 };
335
static const RwV3d _1169 = { 0, 1, 0 };
Callers
1
zFXUpdate
Function · 0.85
Calls
3
xFXRibbonUpdate
Function · 0.85
xFXRingUpdate
Function · 0.70
xFXAuraUpdate
Function · 0.70
Tested by
no test coverage detected