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

◆ SetQuantityToMinimum()

override void InventoryItem::SetQuantityToMinimum ( )
inlineprivate

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

3304 {
3305 float min = GetQuantityMin();
3306 SetQuantity(min);
3307 }
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
override int GetQuantityMin()
Определения ItemBase.c:3370

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