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

◆ IsItemAttachedQuantity()

bool IsItemAttachedQuantity ( typename item_type ,
float quantity )
protected

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

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