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

◆ IsScriptedLightsOn()

bool IsScriptedLightsOn ( )
protected

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

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

1831 {
1832 return m_HeadlightsOn;
1833 }
bool m_HeadlightsOn
Определения CarScript.c:234

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

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