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

◆ OnAnimationPhaseStarted()

override void OnAnimationPhaseStarted ( string animSource,
float phase )
protected

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

1498 {
1499 #ifndef SERVER
1500 HandleDoorsSound(animSource, phase);
1501 HandleSeatAdjustmentSound(animSource, phase);
1502 #endif
1503 }
void HandleDoorsSound(string animSource, float phase)
Определения CarScript.c:1505
void HandleSeatAdjustmentSound(string animSource, float phase)
Определения CarScript.c:1528

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