DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanReleaseAttachment()
override
bool
InventoryItem::CanReleaseAttachment
(
EntityAI
attachment
)
inline
protected
См. определение в файле
ItemBase.c
строка
4101
4102
{
4103
if
(!super.CanReleaseAttachment(attachment))
4104
return
false
;
4105
4106
return
GetInventory().AreChildrenAccessible();
4107
}
InventoryItem
Создано системой
1.13.2