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

◆ CanReachSeatFromSeat()

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

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

392 {
393#ifndef CFGMODS_DEFINE_TEST
394 return false;
395#else
396 return true;
397#endif
398 }