DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetSoundVolume()

float EffectSound::GetSoundVolume ( )
inlineprotected

Get the RELATIVE volume set by 'SetSoundVolume'.

Возвращает
float The relative volume for the sound set by 'SetSoundVolume'

См. определение в файле EffectSound.c строка 850

851 {
852 return m_SoundWaveVolume;
853 }
float m_SoundWaveVolume
Определения EffectSound.c:37

Перекрестные ссылки m_SoundWaveVolume.

Используется в Event_OnFrameUpdate().