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

◆ IsCombineAll()

bool InventoryItem::IsCombineAll ( ItemBase other_item,
bool use_stack_max = false )
inlineprivate

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

2205 {
2206 return ComputeQuantityUsed(other_item, use_stack_max) == other_item.GetQuantity();
2207 }
int ComputeQuantityUsed(ItemBase other_item, bool use_stack_max=true)
Определения ItemBase.c:2219

Перекрестные ссылки ComputeQuantityUsed() и ItemBase().