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

Method setLoop

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

Source from the content-addressed store, hash-verified

30bool SoundEffect::getLoop() { return _audioStream->isLooped(); }
31
32void SoundEffect::setLoop(const bool looping) { _audioStream->setLoop(looping); }
33
34float SoundEffect::getVolume() {
35 std::lock_guard lock(_mutex);

Callers 1

setBackgroundMusicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected