Engine::GetVariable
Defined in:
Returns a system variable.
C4Engine.h
Prototype
Variable *GetVariable(const char *name) const;
Parameters
name |
The name of the variable. |
Description
The GetVariable
function returns the system variable matching the name specified by the name
parameter. If no such variable exists, then the return value is nullptr
.
See Also