MCPcopy 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 */
92void Sound::stop()
93{
94 if (!Options::mute)
95 {
96 Mix_HaltChannel(-1);
97 }
98}
99
100}

Callers 15

mouseReleaseMethod · 0.45
mouseOverMethod · 0.45
keyboardPressMethod · 0.45
keyboardReleaseMethod · 0.45
stopMouseScrollingMethod · 0.45
finishBattleMethod · 0.45
fadeMethod · 0.45
moreReleaseMethod · 0.45
lessReleaseMethod · 0.45
moreEngineerReleaseMethod · 0.45
lessEngineerReleaseMethod · 0.45
moreUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected