MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / stop

Method stop

extlibs/soloud/src/core/soloud_core_basicops.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150 void Soloud::stop(handle aVoiceHandle)
151 {
152 FOR_ALL_VOICES_PRE
153 stopVoice(ch);
154 FOR_ALL_VOICES_POST
155 }
156
157 void Soloud::stopAudioSource(AudioSource &aSound)
158 {

Callers 1

playMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected