Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ stopSound
Method
stopSound
apps/tools/Studio/StudioApp.cpp:173–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void StudioApp::stopSound()
174
{
175
if (soundPlayer)
176
soundPlayer->stop();
177
soundPlaying = false;
178
soundPlayingFile.clear();
179
}
180
181
bool StudioApp::shouldShowGrid() const
182
{
Callers
nothing calls this directly
Calls
2
clear
Method · 0.80
stop
Method · 0.45
Tested by
no test coverage detected