Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ stop
Method
stop
src/Engine/Sound.cpp:92–98 ·
view source on GitHub ↗
* Stops all sounds playing. */
Source
from the content-addressed store, hash-verified
90
* Stops all sounds playing.
91
*/
92
void Sound::stop()
93
{
94
if (!Options::mute)
95
{
96
Mix_HaltChannel(-1);
97
}
98
}
99
100
}
Callers
15
mouseRelease
Method · 0.45
mouseOver
Method · 0.45
keyboardPress
Method · 0.45
keyboardRelease
Method · 0.45
stopMouseScrolling
Method · 0.45
finishBattle
Method · 0.45
fade
Method · 0.45
moreRelease
Method · 0.45
lessRelease
Method · 0.45
moreEngineerRelease
Method · 0.45
lessEngineerRelease
Method · 0.45
moreUnit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected