Slider Boxes and Range Slider Boxes
Slider Box<<Get(<index>)
Range Slider Box<<Get Lower(<index>)
Range Slider Box<<Get Upper(<index>)
Returns the current value of the slider.
Slider Box<<Get Max()
Returns the maximum value possible for the range slider and slider.
Slider Box<<Get Min()
Returns the minimum value possible for the range slider and slider.
Slider Box<<Get Var
Range Slider Box<<Get Lower Var
Range Slider Box<<Get Upper Var
Returns the variable name associated with the slider.
Slider Box<<Set(float, <index>, <Run Script(Boolean)>)
Range Slider Box<<Set Lower(float, <index>, <Run Script(Boolean)>)
Range Slider Box<<Set Upper(float, <index>, <Run Script(Boolean)>)
Sets the value of the slider. Run Script(Boolean) controls whether an on-change script runs after the Set, Set Lower, or Set Upper message.
Slider Box<<Set Max(float, <index>)
Sets the maximum value possible for the range slider and slider.
Slider Box<<Set Min(float, <index>)
Sets the minimum value possible for the range slider and slider.
Slider Box<<Set Script(<script>)
Sets a script to be run when the range sliders and slider is updated.
Slider Box<<Set Var(slider variable)
Range Slider Box<<Set Lower Var(slider variable)
Range Slider Box<<Set Upper Var(slider variable)
Sets the variable name associated with the slider.