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

◆ OnBeforeSwitchLights()

bool OnBeforeSwitchLights ( bool toOn)
protected

DEPRECATED Gets called everytime the game wants to switch the lights.

Возвращает
true when lights can be switched, false otherwise.

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

1825 {
1826 return true;
1827 }