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

◆ CanPutAsAttachment()

override bool InventoryItem::CanPutAsAttachment ( EntityAI parent)
inlineprotected

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

4057 {
4058 if (!super.CanPutAsAttachment(parent))
4059 {
4060 return false;
4061 }
4062
4063 if (!IsRuined() && !parent.IsRuined())
4064 {
4065 return true;
4066 }
4067
4068 return false;
4069 }