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

◆ CanPutAsAttachment()

override bool InventoryItem::CanPutAsAttachment ( EntityAI parent)
inlineprotected

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

4127 {
4128 if (!super.CanPutAsAttachment(parent))
4129 {
4130 return false;
4131 }
4132
4133 if (!IsRuined() && !parent.IsRuined())
4134 {
4135 return true;
4136 }
4137
4138 return false;
4139 }