Variable::SetFloatValue
Defined in:
Returns the variable value as a floating-point number.
C4Variables.h
Prototype
void SetFloatValue(float value);
Parameters
value |
The new variable value. |
Description
The SetFloatValue
function sets the value of a variable to the floating-point number specified by the value
parameter.If the variable has observers installed, then they are invoked after the variable's value is set.
See Also