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

◆ HasQuantity()

override bool InventoryItem::HasQuantity ( )
inlineprivate

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

3382 {
3383 return !(GetQuantityMax() - GetQuantityMin() == 0);
3384 }
override int GetQuantityMax()
Определения ItemBase.c:3338
override int GetQuantityMin()
Определения ItemBase.c:3370

Перекрестные ссылки GetQuantityMax() и GetQuantityMin().