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

380 {
381 // engine can start by default
382 return true;
383 }