MCPcopy 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

26void SoundEffect::pause() { _audioStream->pause(); }
27
28bool SoundEffect::getIsPaused() { return _audioStream->isPaused(); }
29
30bool SoundEffect::getLoop() { return _audioStream->isLooped(); }
31

Callers

nothing calls this directly

Calls 1

isPausedMethod · 0.80

Tested by

no test coverage detected