Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zEntPlayer_SNDStopStream
Function
zEntPlayer_SNDStopStream
src/SB/Game/zEntPlayer.cpp:5900–5906 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5898
}
5899
5900
void zEntPlayer_SNDStopStream()
5901
{
5902
if (xSndIsPlayingByHandle(sCurrentStreamSndID))
5903
{
5904
xSndStop(sCurrentStreamSndID);
5905
}
5906
}
5907
5908
void zEntPlayer_SNDNotifyPlaying(U32 id)
5909
{
Callers
1
start_audio_effect
Function · 0.85
Calls
1
xSndStop
Function · 0.85
Tested by
no test coverage detected