Variable::GetVariableFlags
Defined in:
Returns the variable flags.
C4Variables.h
Prototype
uint32 GetVariableFlags(void) const;
Description
The GetVariableFlags
function returns the variable flags, which can be a combination (through logical OR) of the following constants.
kVariableNonpersistent |
The variable should not be saved across different executions of the engine. |
kVariablePermanent |
The variable cannot be deleted by the user. |
See Also