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

◆ PlayCrashLightSound()

void Car::PlayCrashLightSound ( )
inlineprotected

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

2451 {
2452 PlaySoundEx("offroad_hit_light_SoundSet", m_CrashSoundLight, m_PlayCrashSoundLight);
2453 }
void PlaySoundEx(string soundset, EffectSound sound, out bool soundbool)
Определения CarScript.c:2474
ref EffectSound m_CrashSoundLight
Определения CarScript.c:249
bool m_PlayCrashSoundLight
Определения CarScript.c:259

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

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