Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
bool SoundEffect::getLoop() { return _audioStream->isLooped(); }
31
32
void SoundEffect::setLoop(const bool looping) { _audioStream->setLoop(looping); }
33
34
float SoundEffect::getVolume() {
35
std::lock_guard lock(_mutex);
Callers
1
setBackgroundMusic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected