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

◆ PlayCrashHeavySound()

void Car::PlayCrashHeavySound ( )
inlineprotected

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

2470 {
2471 PlaySoundEx("offroad_hit_heavy_SoundSet", m_CrashSoundHeavy, m_PlayCrashSoundHeavy);
2472 }
ref EffectSound m_CrashSoundHeavy
Определения CarScript.c:250
void PlaySoundEx(string soundset, EffectSound sound, out bool soundbool)
Определения CarScript.c:2474
bool m_PlayCrashSoundHeavy
Определения CarScript.c:260

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

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