MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / stop

Method stop

src/Abyss/Streams/SoundEffect.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22bool SoundEffect::getIsPlaying() { return _audioStream->isPlaying(); }
23
24void SoundEffect::stop() { _audioStream->stop(); }
25
26void SoundEffect::pause() { _audioStream->pause(); }
27

Callers 2

SoundEffectMethod · 0.45
playMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected