Updated to match the current API boilerplate.
mNo edit summary |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} __NOTOC__ | ||
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 | |||