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

◆ OnBeforeEngineStart()

override bool BoatScript::OnBeforeEngineStart ( )
inlineprotected

Gets called everytime the game wants to start the engine.

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

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

248 {
249 EBoatOperationalState state = CheckOperationalRequirements();
250 return state == EBoatOperationalState.OK;
251 }
int CheckOperationalRequirements()
Определения BoatScript.c:254

Перекрестные ссылки CheckOperationalRequirements().