Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void xParSysInit(void* b, void* tasset)
143
{
144
xParSysInit((xBase*)b, (xParSysAsset*)tasset);
145
}
146
147
void xParSysInit(xBase* b, xParSysAsset* tasset)
148
{
Callers
nothing calls this directly
Calls
10
xBaseInit
Function · 0.85
xParGroupInit
Function · 0.85
xParGroupSetPriority
Function · 0.85
xParGroupSetAging
Function · 0.85
xParGroupSetVisibility
Function · 0.85
xParGroupSetBack2Life
Function · 0.85
xParCmdTexInit
Function · 0.85
xMemAlloc
Function · 0.70
xParCmdGetSize
Function · 0.70
xParGroupRegister
Function · 0.70
Tested by
no test coverage detected