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

◆ CanReachDoorsFromSeat()

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

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

410 {
411#ifndef CFGMODS_DEFINE_TEST
412 return false;
413#else
414 return true;
415#endif
416 }