RiftSlider:SetRange

Sets the current range of the slider.

Usage:

RiftSlider:SetRange(minimum, maximum)
ParameterTypeDatatypeDescription
maximumparameternumberThe new maximum value for the position of this slider. Must be an integer and larger than or equal to "minimum".
minimumparameternumberThe new minimum value for the position of this slider. Must be an integer and smaller than or equal to "maximum".