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