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

◆ UpdateLights()

override void Car::UpdateLights ( int new_gear = -1)
inlineprotected

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

2096 {
2097 #ifndef SERVER
2098 UpdateLightsClient(new_gear);
2099 #endif
2100 UpdateLightsServer(new_gear);
2101 }
void UpdateLightsServer(int newGear=-1)
Определения CarScript.c:2222
void UpdateLightsClient(int newGear=-1)
Определения CarScript.c:2103

Перекрестные ссылки UpdateLightsClient() и UpdateLightsServer().

Используется в CheckContactCache(), EEItemAttached(), EEItemDetached(), OnAttachmentRuined(), OnBrakesPressed(), OnBrakesReleased(), OnEngineStart(), OnEngineStop(), OnGearChanged() и OnVariablesSynchronized().