The API is no longer being updated here until further notice. |
Returns whether the slider constrains values to value steps when dragged.
obeyStep = Slider:GetObeyStepOnDrag()
Returns[]
- obeyStep
- Flag - 1 if the slider snaps to value steps when dragged, nil otherwise (i.e. may assume values not divisible by the value step when dragged).
Patch history[]
Patch 5.4.2 (2013-12-10): Added.