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

◆ OnBeforeEngineStart() [2/2]

bool Transport::OnBeforeEngineStart ( )
inlineprotected

Is called every time the game wants to start the engine.

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

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

384 {
385 // engine can start by default
386 return true;
387 }