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

◆ CanReachSeatFromSeat()

bool EntityAI::CanReachSeatFromSeat ( int currentSeat,
int nextSeat )
inlineprotected

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

503 {
504#ifndef CFGMODS_DEFINE_TEST
505 return false;
506#else
507 return true;
508#endif
509 }