MCPcopy 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
173void StudioApp::stopSound()
174{
175 if (soundPlayer)
176 soundPlayer->stop();
177 soundPlaying = false;
178 soundPlayingFile.clear();
179}
180
181bool StudioApp::shouldShowGrid() const
182{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected