Variable::GetIntegerValue
Defined in:
Returns the variable value as an integer.
C4Variables.h
Prototype
int32 GetIntegerValue(void) const;
Description
The GetIntegerValue
function returns the value of a variable as an integer.
See Also