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

◆ IsItemAttachedQuantity()

bool IsItemAttachedQuantity ( typename item_type ,
float quantity )
protected

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

1598 {
1599 ItemBase item = ItemBase.Cast(GetAttachmentByType(item_type));
1600
1601 return item.GetQuantity() >= quantity;
1602 }