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

◆ OnBeforeSwitchLights()

bool Car::OnBeforeSwitchLights ( bool toOn)
inlineprotected

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

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

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

3244 {
3245 return true;
3246 }