MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / set_master_volume

Method set_master_volume

ogsr_engine/xrSound/SoundRender_CoreA.cpp:334–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void CSoundRender_CoreA::set_master_volume(float f)
335{
336 if (bPresent)
337 {
338 A_CHK(alListenerf(AL_GAIN, f));
339 }
340}
341
342void CSoundRender_CoreA::release_context()
343{

Callers 2

ExecuteMethod · 0.80
EndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected