Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zScriptSave
Function
zScriptSave
src/SB/Game/zScript.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void zScriptSave(_zScript* script, xSerial* s)
46
{
47
xBaseSave((xBase*)script, s);
48
}
49
50
void zScriptLoad(_zScript* script, xSerial* s)
51
{
Callers
1
zSceneSave
Function · 0.85
Calls
1
xBaseSave
Function · 0.85
Tested by
no test coverage detected