CLUC function to set some
IntegerProperty
of some
GUIelement
to a value.
First argument is the ID of the
GUIelement
. Second is the target value
to set this
IntegerProperty
to.
Finally, the 3rd argument is the unique ID of this
Property
.
This ordering is a bit counterintuitive, but it is so for technical reasons,
beyond the scope of this document.
This function isn't usually called by the user directly. It's used
when compiling setter calls, such as
SLIDER3.setSelected(0);
by the
DotNotationParser
.