Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
void xSndStop(U32 snd)
345
{
346
iSndStop(snd);
347
}
348
349
void xSndParentDied(U32 pid)
350
{
351
xSndVoiceInfo* voice = gSnd.voice;
352
for (S32 i = 0; i < 64; i++, voice++)
Callers
3
zEntPlayer_SNDSetVol
Function · 0.85
zMusicRefreshVolume
Function · 0.85
volume_update
Function · 0.85
Calls
1
iSndSetVol
Function · 0.85
Tested by
no test coverage detected