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

Function zScriptInit

src/SB/Game/zScript.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11S32 zScriptEventCB(xBase* to, xBase* from, U32 event, const F32* param, xBase*);
12
13void zScriptInit(void* data, void* asset)
14{
15 zScriptInit((xBase*)data, (xScriptAsset*)asset);
16}
17
18void zScriptInit(xBase* b, xScriptAsset* tasset)
19{

Callers

nothing calls this directly

Calls 1

xBaseInitFunction · 0.85

Tested by

no test coverage detected