You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Syntax
GUI.SetSliderValue (widgetID, value : int)
##Description
Sets the value of a slider or scroll bar specified by widgetID to value. It moves the thumb on the slider or scroll bar to the appropriate location and calls the slider's action procedure with the new value.
##Example
See GUI.SetScrollAmount for an example of GUI.SetSliderValue.
##Status
Exported qualified.
This means that you can only call the function by calling GUI.SetSliderValue, not by calling SetSliderValue.