MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / stop

Method stop

framework/jukebox.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void stop() override
112 {
113 this->list = PlayList::None;
114 fw.soundBackend->stopMusic();
115 }
116
117 void loadPlaylists() override
118 {

Callers 2

~JukeBoxImplMethod · 0.95
playMethod · 0.95

Calls 1

stopMusicMethod · 0.45

Tested by

no test coverage detected