DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_get: id$, name$
Get data from a widget as a floating-point value
Example :
DDgui_slider("test",0.5,100)
DEBUG "Slider value : "+DDgui_get("test","TEXT")
Result :
This example retrieves specified data from a widget as a floating-point value. The type of information received is defined by name$
