Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ getIsPaused
Method
getIsPaused
src/Abyss/Streams/SoundEffect.cpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
void SoundEffect::pause() { _audioStream->pause(); }
27
28
bool SoundEffect::getIsPaused() { return _audioStream->isPaused(); }
29
30
bool SoundEffect::getLoop() { return _audioStream->isLooped(); }
31
Callers
nothing calls this directly
Calls
1
isPaused
Method · 0.80
Tested by
no test coverage detected