Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xBaseReset
Function
xBaseReset
src/SB/Core/x/xBase.cpp:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void xBaseReset(xBase* xb, xBaseAsset* asset)
47
{
48
xb->baseFlags = (xb->baseFlags & 0x10) | (asset->baseFlags & ~0x10);
49
50
xBaseValidate(xb);
51
}
Callers
15
zCutsceneMgrReset
Function · 0.85
zPortalReset
Function · 0.85
ZDSP_instReset
Function · 0.85
zScriptReset
Function · 0.85
zConditionalReset
Function · 0.85
zLightReset
Function · 0.85
zGustReset
Function · 0.85
zEnvReset
Function · 0.85
xGroupReset
Function · 0.85
xMovePointReset
Function · 0.85
xSFXReset
Function · 0.85
xParSysReset
Function · 0.85
Calls
1
xBaseValidate
Function · 0.85
Tested by
no test coverage detected