Slider:GetMinMaxValues

From Warcraft Wiki
Jump to navigation Jump to search

Returns the minimum and maximum values of a slider.

minValue, maxValue = Slider:GetMinMaxValues()

Returns

minValue
number - The minimum value of the slider.
maxValue
number - The maximum value of the slider.