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

◆ OnBeforeEngineStart()

bool HelicopterAuto::OnBeforeEngineStart ( )
inlineprivate

Gets called everytime the game wants to start the engine. This callback is called on server only.

Возвращает
true if the engine can start, false otherwise.

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

22 {
23 return true;
24 }