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

Method getLoop

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

Source from the content-addressed store, hash-verified

28bool SoundEffect::getIsPaused() { return _audioStream->isPaused(); }
29
30bool SoundEffect::getLoop() { return _audioStream->isLooped(); }
31
32void SoundEffect::setLoop(const bool looping) { _audioStream->setLoop(looping); }
33

Callers

nothing calls this directly

Calls 1

isLoopedMethod · 0.80

Tested by

no test coverage detected