Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
bool SoundEffect::getIsPaused() { return _audioStream->isPaused(); }
29
30
bool SoundEffect::getLoop() { return _audioStream->isLooped(); }
31
32
void SoundEffect::setLoop(const bool looping) { _audioStream->setLoop(looping); }
33
Callers
nothing calls this directly
Calls
1
isLooped
Method · 0.80
Tested by
no test coverage detected