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

◆ PlayCrashLightSound()

void PlayCrashLightSound ( )
protected

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

2329 {
2330 PlaySoundEx("offroad_hit_light_SoundSet", m_CrashSoundLight, m_PlayCrashSoundLight);
2331 }
bool m_PlayCrashSoundLight
Определения CarScript.c:231
void PlaySoundEx(string soundset, EffectSound sound, out bool soundbool)
Определения CarScript.c:2352
ref EffectSound m_CrashSoundLight
Определения CarScript.c:221

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

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