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

◆ ComputeQuantityUsed()

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

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

2220 {
2221 return ComputeQuantityUsedEx(other_item, use_stack_max);
2222 }
float ComputeQuantityUsedEx(ItemBase other_item, bool use_stack_max=true)
Определения ItemBase.c:2224

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