DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanReleaseAttachment()
override
bool
InventoryItem::CanReleaseAttachment
(
EntityAI
attachment
)
inline
protected
См. определение в файле
ItemBase.c
строка
4171
4172
{
4173
if
(!super.CanReleaseAttachment(attachment))
4174
return
false
;
4175
4176
return
GetInventory().AreChildrenAccessible();
4177
}
InventoryItem
Создано системой
1.13.2