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

Function xParSysInit

src/SB/Core/x/xParSys.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void xParSysInit(void* b, void* tasset)
143{
144 xParSysInit((xBase*)b, (xParSysAsset*)tasset);
145}
146
147void xParSysInit(xBase* b, xParSysAsset* tasset)
148{

Callers

nothing calls this directly

Calls 10

xBaseInitFunction · 0.85
xParGroupInitFunction · 0.85
xParGroupSetPriorityFunction · 0.85
xParGroupSetAgingFunction · 0.85
xParGroupSetVisibilityFunction · 0.85
xParGroupSetBack2LifeFunction · 0.85
xParCmdTexInitFunction · 0.85
xMemAllocFunction · 0.70
xParCmdGetSizeFunction · 0.70
xParGroupRegisterFunction · 0.70

Tested by

no test coverage detected