C4 Engine
C4 Engine API Documentation

Variable::GetVariableFlags

Defined in:  C4Variables.h
Returns the variable flags.
Prototype

uint32 GetVariableFlags(voidconst;

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

Variable::SetVariableFlags