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

◆ ToggleHeadlights()

void Car::ToggleHeadlights ( )
inlineprotected

Switches headlights on/off, including the illumination of the control panel and synchronizes this change to all clients.

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

2089 {
2090 // TODO(kumarjac): Call 'UpdateBattery' here. Probably can't right now
2091
2092 LightToggle();
2093 }

Используется в EEItemDetached() и UpdateBattery().