WoW:API Slider GetMinMaxValues: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
m (Move page script moved page API Slider GetMinMaxValues to API Slider GetMinMaxValues without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{widgetmethod}} __NOTOC__
{{widgetmethod}}
 


Returns the minimum and maximum values of a slider.
Returns the minimum and maximum values of a slider.
  sliderMin, sliderMax = Slider:GetMinMaxValues()
  sliderMin, sliderMax = Slider:GetMinMaxValues()


== Arguments ==
== Arguments ==
None
:None
 


== Returns ==
== Returns ==

Latest revision as of 04:47, 15 August 2023

Widget API ← Slider < GetMinMaxValues

Returns the minimum and maximum values of a slider.

sliderMin, sliderMax = Slider:GetMinMaxValues()

Arguments[edit]

None

Returns[edit]

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