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

◆ IsCargoException4x3()

bool InventoryItem::IsCargoException4x3 ( EntityAI item)
inlineprotected

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

4652 {
4653 return (item.IsKindOf("Cauldron") || item.IsKindOf("Pot") || item.IsKindOf("FryingPan") || item.IsKindOf("SmallProtectorCase") || (item.IsKindOf("PortableGasStove") && item.FindAttachmentBySlotName("CookingEquipment")));
4654 }