Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zVolumeInit
Function
zVolumeInit
src/SB/Game/zVolume.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
static void zVolumeInit(zVolume* vol, xVolumeAsset* asset)
23
{
24
vol->Init(asset);
25
vol->eventFunc = zVolumeEventCB;
26
}
27
28
void zVolumeInit()
29
{
30
U16 i;
31
U32 size;
Callers
1
zSceneInitFunc_Volume
Function · 0.70
Calls
3
xSTAssetCountByType
Function · 0.50
xSTFindAssetByType
Function · 0.50
Init
Method · 0.45
Tested by
no test coverage detected