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

◆ CanBePacked()

bool ItemBase::CanBePacked ( )
inlineprotected

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

470 {
471 if (GetState() == PITCHED)
472 {
473 if (GetInventory().GetCargo().GetItemCount() == 0 && GetInventory().AttachmentCount() == 0)
474 {
475 return true;
476 }
477 }
478
479 return false;
480 }
static const int PITCHED
Определения TentBase.c:21
int GetState()
Определения TentBase.c:459

Перекрестные ссылки GetState() и PITCHED.