Slider:GetStepsPerPage

From Warcraft Wiki
Jump to navigation Jump to search

Returns the number of steps the slider's value changes by when the slider is clicked.

stepsPerPage = Slider:GetStepsPerPage()

Returns

stepsPerPage
number - Magnitude of the value change (in steps) that occurs when the user clicks in the slider's tracking area; values below 1 indicate that paging behavior is disabled.

Patch history

Mists of Pandaria Patch 5.4.0 (2013-09-10): Added.