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

◆ CanPutInCargo()

override bool InventoryItem::CanPutInCargo ( EntityAI parent)
inlineprotected

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

4043 {
4044 if (parent)
4045 {
4046 if (parent.IsInherited(DayZInfected))
4047 return true;
4048
4049 if (!parent.IsRuined())
4050 return true;
4051 }
4052
4053 return true;
4054 }