C4 Engine
C4 Engine API Documentation

Variable::GetValue

Defined in:  C4Variables.h
Returns the variable value as a string.
Prototype

const String<kMaxVariableValueLength>& GetValue(voidconst;

Description
The GetValue function returns the value of a variable as a string. Since the value is stored internally as a string, this is the fastest way to retrieve the value of a variable.
See Also

Variable::SetValue

Variable::GetIntegerValue

Variable::SetIntegerValue

Variable::GetFloatValue

Variable::SetFloatValue