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

Function zGustSetup

src/SB/Game/zGust.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static void zGustSetup(zGust* g)
42{
43 g->volume = (zVolume*)zSceneFindObject(g->asset->volumeID);
44 g->fx_volume = (zVolume*)zSceneFindObject(g->asset->effectID);
45}
46
47// NOTE(jelly): equivalent, reloading global variable meme
48void zGustInit()

Callers 1

zSceneSetupFunction · 0.70

Calls 3

zSceneFindObjectFunction · 0.85
zParEmitterFindFunction · 0.70
xStrHashFunction · 0.50

Tested by

no test coverage detected