WoW:API Slider GetMinMaxValues: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Unstubbify. It really is complete.)
mNo edit summary
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
 
{{Stub/API}}
Returns the min and max values of a given slider
Returns the min and max values of a given slider


   sliderMin, sliderMax = MySlider:GetMinMaxValues()
   sliderMin, sliderMax = MySlider:GetMinMaxValues()

Revision as of 17:21, 25 June 2007

Widget API ← Slider < GetMinMaxValues

Returns the min and max values of a given slider

 sliderMin, sliderMax = MySlider:GetMinMaxValues()