GuiSetValue
|
GUI functions |
SYNTAX | GuiSetValue( id, value ) |
RETURNS | NUMBER |
FUNCTION | Sets the value of GUI control (for example slider position). For non-slider control value will be converted to text and assigned as GuiSetText( id, NumToStr( value ) ). For slider controls the value should be within min-max range set by GuiSetRange. Parameters:
|
EXAMPLE | |
SEE ALSO | GuiSlider() function , GuiSetRange() function , GuiGetValue() function |
The GuiSetValue function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.