WoW:API Slider GetMinMaxValues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API Slider GetMinMaxValues to WoW:API Slider GetMinMaxValues without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | |||
Returns the | 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 | |||
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
- None
Returns
- sliderMin, sliderMax
- sliderMin
- Number - The minimum value of the slider
- sliderMax
- Number - The maximum value of the slider