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

◆ ComputeQuantityUsed()

int InventoryItem::ComputeQuantityUsed ( ItemBase other_item,
bool use_stack_max = true )
inlineprotected

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

2280 {
2281 return ComputeQuantityUsedEx(other_item, use_stack_max);
2282 }
float ComputeQuantityUsedEx(ItemBase other_item, bool use_stack_max=true)
Определения ItemBase.c:2284

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