MCPcopy Create free account
hub / github.com/SpartanJ/eepp / detachSound

Method detachSound

src/eepp/audio/soundbuffer.cpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void SoundBuffer::detachSound( Sound* sound ) const {
221 mSounds.erase( sound );
222}
223
224}} // namespace EE::Audio

Callers 4

~SoundMethod · 0.80
setBufferMethod · 0.80
sound.cppFile · 0.80
resetBufferMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected