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

Method pause

src/Core/Audio/Sound.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44 }
45 void Sound::pause() const
46 {
47 m_manager.setPause(m_handle, true);
48 }
49 void Sound::stop() const
50 {
51 m_manager.stop(m_handle);

Callers

nothing calls this directly

Calls 1

setPauseMethod · 0.80

Tested by

no test coverage detected