Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
SoundEffect::~SoundEffect() { Singletons::getSoundEffectProvider().removeSoundEffect(this); }
15
16
void SoundEffect::play() {
17
if (_audioStream->isPlaying())
Callers
nothing calls this directly
Calls
1
removeSoundEffect
Method · 0.80
Tested by
no test coverage detected