DayZ 1.28
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 строка 863

864 {
865 return m_SoundWaveVolume;
866 }
float m_SoundWaveVolume
Определения EffectSound.c:37

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

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