MCPcopy 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

22static void zVolumeInit(zVolume* vol, xVolumeAsset* asset)
23{
24 vol->Init(asset);
25 vol->eventFunc = zVolumeEventCB;
26}
27
28void zVolumeInit()
29{
30 U16 i;
31 U32 size;

Callers 1

zSceneInitFunc_VolumeFunction · 0.70

Calls 3

xSTAssetCountByTypeFunction · 0.50
xSTFindAssetByTypeFunction · 0.50
InitMethod · 0.45

Tested by

no test coverage detected