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

◆ CanReleaseAttachment()

override bool InventoryItem::CanReleaseAttachment ( EntityAI attachment)
inlineprotected

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

4102 {
4103 if (!super.CanReleaseAttachment(attachment))
4104 return false;
4105
4106 return GetInventory().AreChildrenAccessible();
4107 }