Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~JukeBoxImpl
Method · 0.95
play
Method · 0.95
Calls
1
stopMusic
Method · 0.45
Tested by
no test coverage detected