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

◆ CanAddEntityIntoInventory()

bool GameInventory::CanAddEntityIntoInventory ( notnull EntityAI item)
inlineprotected

Test if entity can be put to the inventory (Cargo, ProxyCargo, Attachment)

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

969 {
970 return CanAddEntityInto(item, FindInventoryLocationType.ANY_CARGO | FindInventoryLocationType.ATTACHMENT);
971 }
FindInventoryLocationType
flags for searching locations in inventory
Определения InventoryLocation.c:17
bool CanAddEntityInto(notnull EntityAI item, FindInventoryLocationType flags=FindInventoryLocationType.ANY)
Asks inventory if item could be placed in inventory, hands, etc.
Определения Inventory.c:959

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