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

◆ IsItemAttachedQuantity()

bool IsItemAttachedQuantity ( typename item_type ,
float quantity )
protected

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

1596 {
1597 ItemBase item = ItemBase.Cast(GetAttachmentByType(item_type));
1598
1599 return item.GetQuantity() >= quantity;
1600 }
Определения InventoryItem.c:731