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

◆ PlayCrashLightSound()

void Car::PlayCrashLightSound ( )
inlineprotected

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

2594 {
2595 PlaySoundEx("offroad_hit_light_SoundSet", m_CrashSoundLight, m_PlayCrashSoundLight);
2596 }
void PlaySoundEx(string soundset, EffectSound sound, out bool soundbool)
Определения CarScript.c:2617
ref EffectSound m_CrashSoundLight
Определения CarScript.c:258
bool m_PlayCrashSoundLight
Определения CarScript.c:268

Перекрестные ссылки m_CrashSoundLight, m_PlayCrashSoundLight и PlaySoundEx().

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