tes3uiSlider⚓︎
A structure containing properties specific to sliders.
This type inherits the following: tes3uiWidget.
Properties⚓︎
current⚓︎
The current value. The position of the slider handle is determined by dividing current by max.
Returns:
result(number)
element⚓︎
Access back to the element this widget interface is for.
Returns:
result(tes3uiElement)
jump⚓︎
The change in value when clicking into the empty areas next to the slider handle.
Returns:
result(number)
max⚓︎
The maximum value. The position of the slider handle is determined by dividing current by max.
Returns:
result(number)
step⚓︎
The change in value when clicking the left and right arrow buttons.
Returns:
result(number)