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

◆ IsCombineAll()

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

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

2239 {
2240 return ComputeQuantityUsed(other_item, use_stack_max) == other_item.GetQuantity();
2241 }
int ComputeQuantityUsed(ItemBase other_item, bool use_stack_max=true)
Определения ItemBase.c:2253

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