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

◆ OnAnimationPhaseStarted()

override void Car::OnAnimationPhaseStarted ( string animSource,
float phase )
inlineprotected

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

1670 {
1671 #ifndef SERVER
1672 HandleDoorsSound(animSource, phase);
1673 HandleSeatAdjustmentSound(animSource, phase);
1674 #endif
1675 }
void HandleSeatAdjustmentSound(string animSource, float phase)
Определения CarScript.c:1746
void HandleDoorsSound(string animSource, float phase)
Определения CarScript.c:1722

Перекрестные ссылки HandleDoorsSound() и HandleSeatAdjustmentSound().