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

◆ OnEngineStop()

override void OnEngineStop ( )
protected

Gets called everytime the engine stops.

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

1812 {
1813 UpdateLights();
1814
1815 HandleEngineSound(CarEngineSoundState.STOP_OK);
1816
1817 SetEngineZoneReceivedHit(false);
1818 }
void UpdateLights(int new_gear=-1)
Определения CarScript.c:1842
void HandleEngineSound(CarEngineSoundState state)
Определения CarScript.c:1564

Перекрестные ссылки HandleEngineSound() и UpdateLights().