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

◆ SetSoundFadeIn()

void EffectSound::SetSoundFadeIn ( float fade_in)
inlineprotected

Set the sound fade in duration.

Аргументы
fade_infloat The fade in duration

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

896 {
897 m_SoundFadeInDuration = fade_in;
898 }
float m_SoundFadeInDuration
Определения EffectSound.c:51

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

Используется в SEffectManager::CreateSound() и CarScript::OnAnimationPhaseStarted().