DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanPutAsAttachment()
override
bool
InventoryItem::CanPutAsAttachment
(
EntityAI
parent
)
inline
protected
См. определение в файле
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
}
InventoryItem
Создано системой
1.13.2