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

◆ CanPutAsAttachment()

override bool InventoryItem::CanPutAsAttachment ( EntityAI parent)
inlineprotected

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

4177 {
4178 if (!super.CanPutAsAttachment(parent))
4179 {
4180 return false;
4181 }
4182
4183 if (!IsRuined() && !parent.IsRuined())
4184 {
4185 return true;
4186 }
4187
4188 return false;
4189 }