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

◆ SetQuantityMax()

void InventoryItem::SetQuantityMax ( )
inlineprivate

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

3298 {
3299 float max = GetQuantityMax();
3300 SetQuantity(max);
3301 }
override int GetQuantityMax()
Определения ItemBase.c:3338
override bool SetQuantity(float value, bool destroy_config=true, bool destroy_forced=false, bool allow_client=false, bool clamp_to_stack_max=true)
Set item quantity[related to varQuantity... config entry], destroy_config = true > if the quantity re...
Определения ItemBase.c:3238

Перекрестные ссылки GetQuantityMax() и ItemBase::SetQuantity().