RiftScrollbar:SetRange

Changes the current range of the scrollbar.

Usage:

RiftScrollbar: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".