DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanLoadItemIntoCargo()
override
bool
PlateCarrierPouches::CanLoadItemIntoCargo
(
EntityAI
item
)
inline
private
См. определение в файле
containers.c
строка
57
58
{
59
if
(!super.CanLoadItemIntoCargo(item))
60
return
false
;
61
62
return
!item.GetInventory().GetCargo() || (item.GetInventory().GetCargo().GetItemCount() == 0 || item.IsContainer());
63
}
PlateCarrierPouches
Создано системой
1.13.2