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

3097 {
3098 return true;
3099 }