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

◆ CanPutInCargo()

override bool InventoryItem::CanPutInCargo ( EntityAI parent)
inlineprotected

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

4113 {
4114 if (parent)
4115 {
4116 if (parent.IsInherited(DayZInfected))
4117 return true;
4118
4119 if (!parent.IsRuined())
4120 return true;
4121 }
4122
4123 return true;
4124 }