Variable::SetIntegerValue
Defined in:
Sets the variable value as an integer.
C4Variables.h
Prototype
void SetIntegerValue(int32 value);
Parameters
value |
The new variable value. |
Description
The SetIntegerValue
function sets the value of a variable to the integer specified by the value
parameter.If the variable has observers installed, then they are invoked after the variable's value is set.
See Also