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

◆ CanBePacked()

bool ItemBase::CanBePacked ( )
inlineprotected

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

449 {
450 if (GetState() == PITCHED)
451 {
452 if (GetInventory().GetCargo().GetItemCount() == 0 && GetInventory().AttachmentCount() == 0)
453 {
454 return true;
455 }
456 }
457
458 return false;
459 }
static const int PITCHED
Определения TentBase.c:21
int GetState()
Определения TentBase.c:438

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