MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / stop

Method stop

engine/source/platformiOS/iOSStreamSource.cc:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool iOSStreamSource::stop() {
58 //false == stop now
59 SoundEngine::SoundEngine_StopBackgroundMusic( false );
60 SoundEngine::SoundEngine_UnloadBackgroundMusicTrack();
61 return true;
62}
63
64bool iOSStreamSource::setVolume( F32 volume) {
65 SoundEngine::SoundEngine_SetBackgroundMusicVolume(volume);

Callers 4

stopAsyncMethod · 0.45
UnLoadMusicTrackMethod · 0.45
stopMusicTrackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected