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

◆ OnAnimationPhaseStarted()

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

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

1540 {
1541 #ifndef SERVER
1542 HandleDoorsSound(animSource, phase);
1543 HandleSeatAdjustmentSound(animSource, phase);
1544 #endif
1545 }
void HandleSeatAdjustmentSound(string animSource, float phase)
Определения CarScript.c:1616
void HandleDoorsSound(string animSource, float phase)
Определения CarScript.c:1592

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