ezEngine  Release 25.03
ezCVarType Struct Reference

Describes of which type a CVar is. Use that info to cast an ezCVar* to the proper derived class. More...

#include <CVar.h>

Public Types

enum  Enum {
  Int, Float, Bool, String,
  ENUM_COUNT
}
 

Detailed Description

Describes of which type a CVar is. Use that info to cast an ezCVar* to the proper derived class.

Member Enumeration Documentation

◆ Enum

Enumerator
Int 

Can cast the ezCVar* to ezCVarInt*.

Float 

Can cast the ezCVar* to ezCVarFloat*.

Bool 

Can cast the ezCVar* to ezCVarBool*.

String 

Can cast the ezCVar* to ezCVarString*.


The documentation for this struct was generated from the following file: