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

◆ UpdateLights()

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

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

1954 {
1955 #ifndef SERVER
1956 UpdateLightsClient(new_gear);
1957 #endif
1958 UpdateLightsServer(new_gear);
1959 }
void UpdateLightsServer(int newGear=-1)
Определения CarScript.c:2080
void UpdateLightsClient(int newGear=-1)
Определения CarScript.c:1961

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

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