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

◆ CanReachSeatFromSeat()

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

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

444 {
445#ifndef CFGMODS_DEFINE_TEST
446 return false;
447#else
448 return true;
449#endif
450 }