ECVarType

Show declaration
enum CVar.ECVarType;

Each of the possible types for CVars.

Variants

CVar.CVAR_BOOL

Boolean CVars.

CVar.CVAR_INT

Integer CVars.

CVar.CVAR_FLOAT

Floating-point CVars.

CVar.CVAR_STRING

String CVars.

CVar.CVAR_COLOR

Color CVars. These do not have accessor functions, and must be cast to other types.

Overview of variants

CVAR_BOOL, CVAR_COLOR, CVAR_FLOAT, CVAR_INT, CVAR_STRING