Slider:GetObeyStepOnDrag

From Warcraft Wiki
Jump to navigation Jump to search

Returns whether the slider constrains values to value steps when dragged.

isObeyStepOnDrag = Slider:GetObeyStepOnDrag()

Returns

isObeyStepOnDrag
boolean - True if the slider snaps to value steps when dragged, false otherwise (i.e. may assume values not divisible by the value step when dragged).

Patch history

Mists of Pandaria Patch 5.4.2 (2013-12-10): Added.