Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zPlatform_Init
Function
zPlatform_Init
src/SB/Game/zPlatform.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void zPlatform_Init(void* plat, void* asset)
47
{
48
zPlatform_Init((zPlatform*)plat, (xEntAsset*)asset);
49
}
50
51
void zPlatform_Init(zPlatform* plat, xEntAsset* asset)
52
{
Callers
nothing calls this directly
Calls
10
xAnimFileNew
Function · 0.85
xEntDriveInit
Function · 0.85
zEntInit
Function · 0.70
xSTFindAsset
Function · 0.50
xEntLoadModel
Function · 0.50
xAnimTableNew
Function · 0.50
xAnimTableAddFile
Function · 0.50
xAnimPoolAlloc
Function · 0.50
xEntMotionInit
Function · 0.50
xStrHash
Function · 0.50
Tested by
no test coverage detected