MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zScriptReset

Function zScriptReset

src/SB/Game/zScript.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void zScriptReset(_zScript* script)
39{
40 xBaseReset((xBase*)script, (xBaseAsset*)script->tasset);
41 script->time = script->tasset->scriptStartTime;
42 script->more = TRUE;
43}
44
45void zScriptSave(_zScript* script, xSerial* s)
46{

Callers 1

zScriptEventCBFunction · 0.85

Calls 1

xBaseResetFunction · 0.85

Tested by

no test coverage detected