MCPcopy 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
5900void zEntPlayer_SNDStopStream()
5901{
5902 if (xSndIsPlayingByHandle(sCurrentStreamSndID))
5903 {
5904 xSndStop(sCurrentStreamSndID);
5905 }
5906}
5907
5908void zEntPlayer_SNDNotifyPlaying(U32 id)
5909{

Callers 1

start_audio_effectFunction · 0.85

Calls 1

xSndStopFunction · 0.85

Tested by

no test coverage detected