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

◆ CanReleaseAttachment()

override bool InventoryItem::CanReleaseAttachment ( EntityAI attachment)
inlineprotected

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

4172 {
4173 if (!super.CanReleaseAttachment(attachment))
4174 return false;
4175
4176 return GetInventory().AreChildrenAccessible();
4177 }