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

◆ CanReachDoorsFromSeat()

bool EntityAI::CanReachDoorsFromSeat ( string pDoorsSelection,
int pCurrentSeat )
inlineprotected

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

462 {
463#ifndef CFGMODS_DEFINE_TEST
464 return false;
465#else
466 return true;
467#endif
468 }