MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / ~SoundEffect

Method ~SoundEffect

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

Source from the content-addressed store, hash-verified

12}
13
14SoundEffect::~SoundEffect() { Singletons::getSoundEffectProvider().removeSoundEffect(this); }
15
16void SoundEffect::play() {
17 if (_audioStream->isPlaying())

Callers

nothing calls this directly

Calls 1

removeSoundEffectMethod · 0.80

Tested by

no test coverage detected