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

◆ PlayCrashHeavySound()

void PlayCrashHeavySound ( )
protected

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

2348 {
2349 PlaySoundEx("offroad_hit_heavy_SoundSet", m_CrashSoundHeavy, m_PlayCrashSoundHeavy);
2350 }
ref EffectSound m_CrashSoundHeavy
Определения CarScript.c:222
void PlaySoundEx(string soundset, EffectSound sound, out bool soundbool)
Определения CarScript.c:2352
bool m_PlayCrashSoundHeavy
Определения CarScript.c:232

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

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