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

◆ CanReleaseAttachment()

override bool InventoryItem::CanReleaseAttachment ( EntityAI attachment)
inlineprotected

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

4222 {
4223 if (!super.CanReleaseAttachment(attachment))
4224 return false;
4225
4226 return GetInventory().AreChildrenAccessible();
4227 }