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

Method getIsPlaying

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

Source from the content-addressed store, hash-verified

20}
21
22bool SoundEffect::getIsPlaying() { return _audioStream->isPlaying(); }
23
24void SoundEffect::stop() { _audioStream->stop(); }
25

Callers

nothing calls this directly

Calls 1

isPlayingMethod · 0.80

Tested by

no test coverage detected