DayZ 1.28
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 строка 1945

1946 {
1947 // TODO(kumarjac): Call 'UpdateBattery' here. Probably can't right now
1948
1950 SetSynchDirty();
1951 }
bool m_HeadlightsOn
Определения CarScript.c:262

Перекрестные ссылки m_HeadlightsOn.

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