Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ stop_emitters
Method
stop_emitters
ogsr_engine/xrSound/SoundRender_Core.cpp:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void CSoundRender_Core::stop_emitters()
125
{
126
for (u32 eit = 0; eit < s_emitters.size(); eit++)
127
s_emitters[eit]->stop(FALSE);
128
}
129
130
int CSoundRender_Core::pause_emitters(bool val)
131
{
Callers
2
Disconnect
Method · 0.80
remove_objects
Method · 0.80
Calls
2
size
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected