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

◆ ComputeQuantityUsed()

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

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

2254 {
2255 return ComputeQuantityUsedEx(other_item, use_stack_max);
2256 }
float ComputeQuantityUsedEx(ItemBase other_item, bool use_stack_max=true)
Определения ItemBase.c:2258

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