MCPcopy 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
45void zScriptSave(_zScript* script, xSerial* s)
46{
47 xBaseSave((xBase*)script, s);
48}
49
50void zScriptLoad(_zScript* script, xSerial* s)
51{

Callers 1

zSceneSaveFunction · 0.85

Calls 1

xBaseSaveFunction · 0.85

Tested by

no test coverage detected