RSS

Суббота, 20.04.2024, 15:09
Главная » WoW API » API Виджеты » Слайдер »

Slider:SetMinMaxValues(minValue, maxValue)

[ править ]
Sets the minimum and maximum values for the slider.
[клоны]
Sets the minimum and maximum values for the slider.


Signature:
Code
Slider:SetMinMaxValues(minValue, maxValue)

Arguments:
  • minValue - Lower boundary for values represented by the slider position (number)
  • maxValue - Upper boundary for values represented by the slider position (number)

Также смотрите: Слайдер
Ссылки: http://wowprogramming.com/docs/widgets/Slider/SetMinMaxValues