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

◆ PlayCrashHeavySound()

void Car::PlayCrashHeavySound ( )
inlineprotected

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

2613 {
2614 PlaySoundEx("offroad_hit_heavy_SoundSet", m_CrashSoundHeavy, m_PlayCrashSoundHeavy);
2615 }
ref EffectSound m_CrashSoundHeavy
Определения CarScript.c:259
void PlaySoundEx(string soundset, EffectSound sound, out bool soundbool)
Определения CarScript.c:2617
bool m_PlayCrashSoundHeavy
Определения CarScript.c:269

Перекрестные ссылки m_CrashSoundHeavy, m_PlayCrashSoundHeavy и PlaySoundEx().

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