Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xBaseSave
Function
xBaseSave
src/SB/Core/x/xBase.cpp:19–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
void xBaseSave(xBase* ent, xSerial* s)
20
{
21
if (xBaseIsEnabled(ent))
22
{
23
s->Write_b1(1);
24
}
25
else
26
{
27
s->Write_b1(0);
28
}
29
}
30
31
void xBaseLoad(xBase* ent, xSerial* s)
32
{
Callers
15
zCamMarkerSave
Function · 0.85
zCameraFly_Save
Function · 0.85
zPortalSave
Function · 0.85
zDispatcher_Save
Function · 0.85
zScriptSave
Function · 0.85
zConditionalSave
Function · 0.85
zLightSave
Function · 0.85
zGustSave
Function · 0.85
zCameraTweak_Save
Function · 0.85
zEnvSave
Function · 0.85
zTaxi_Save
Function · 0.85
xGroupSave
Function · 0.85
Calls
2
xBaseIsEnabled
Function · 0.85
Write_b1
Method · 0.80
Tested by
no test coverage detected