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

◆ IsScriptedLightsOn()

bool Car::IsScriptedLightsOn ( )
inlineprotected

Proper way to get if light is swiched on. Use instead of IsLightsOn().

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

1940 {
1941 return m_HeadlightsOn;
1942 }
bool m_HeadlightsOn
Определения CarScript.c:262

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

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