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

Function xSndSetVol

src/SB/Core/x/xSnd.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344void xSndStop(U32 snd)
345{
346 iSndStop(snd);
347}
348
349void xSndParentDied(U32 pid)
350{
351 xSndVoiceInfo* voice = gSnd.voice;
352 for (S32 i = 0; i < 64; i++, voice++)

Callers 3

zEntPlayer_SNDSetVolFunction · 0.85
zMusicRefreshVolumeFunction · 0.85
volume_updateFunction · 0.85

Calls 1

iSndSetVolFunction · 0.85

Tested by

no test coverage detected