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

◆ IsCargoException4x3()

bool InventoryItem::IsCargoException4x3 ( EntityAI item)
inlineprotected

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

4724 {
4725 return (item.IsKindOf("Cauldron") || item.IsKindOf("Pot") || item.IsKindOf("FryingPan") || item.IsKindOf("SmallProtectorCase") || (item.IsKindOf("PortableGasStove") && item.FindAttachmentBySlotName("CookingEquipment")));
4726 }