DayZ 1.27
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 строка 308

309 {
310 // engine can start by default
311 return true;
312 }