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

Method setPause

extlibs/soloud/src/core/soloud_core_setters.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void Soloud::setPause(handle aVoiceHandle, bool aPause)
61 {
62 FOR_ALL_VOICES_PRE
63 setVoicePause(ch, aPause);
64 FOR_ALL_VOICES_POST
65 }
66
67 result Soloud::setMaxActiveVoiceCount(unsigned int aVoiceCount)
68 {

Callers 2

playMethod · 0.80
pauseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected