Widget API: Slider:GetMinMaxValues

Revision as of 14:29, 27 June 2007 by WoWWiki>Ravas (Updated to match the current API boilerplate.)

Widget API ← Slider < GetMinMaxValues


Returns the minimum and maximum values of a slider.

sliderMin, sliderMax = Slider:GetMinMaxValues()


Arguments

None


Returns

sliderMin, sliderMax
sliderMin
Number - The minimum value of the slider
sliderMax
Number - The maximum value of the slider