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

◆ CanReachDoorsFromSeat()

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

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

521 {
522#ifndef CFGMODS_DEFINE_TEST
523 return false;
524#else
525 return true;
526#endif
527 }