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

◆ CanPutInCargo()

override bool InventoryItem::CanPutInCargo ( EntityAI parent)
inlineprotected

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

4163 {
4164 if (parent)
4165 {
4166 if (parent.IsInherited(DayZInfected))
4167 return true;
4168
4169 if (!parent.IsRuined())
4170 return true;
4171 }
4172
4173 return true;
4174 }