Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setPause
Method · 0.80
Tested by
no test coverage detected