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

Method addSoundEffect

src/Abyss/AbyssEngine.cpp:406–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void AbyssEngine::addSoundEffect(Common::SoundEffectInterface *soundEffect) { _soundEffects.push_back(soundEffect); }
407
408void AbyssEngine::removeSoundEffect(Common::SoundEffectInterface *soundEffect) {
409 _soundEffects.erase(std::ranges::remove(_soundEffects, soundEffect).begin(), _soundEffects.end());

Callers 1

SoundEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected