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

◆ UpdateLights()

void UpdateLights ( int new_gear = -1)
protected

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

1843 {
1844 #ifndef SERVER
1845 UpdateLightsClient(new_gear);
1846 #endif
1847 UpdateLightsServer(new_gear);
1848 }
void UpdateLightsServer(int newGear=-1)
Определения CarScript.c:1969
void UpdateLightsClient(int newGear=-1)
Определения CarScript.c:1850

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

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