XII Release 0.1.0
Loading...
Searching...
No Matches
xiiCVarType Struct Reference

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

#include <CVar.h>

Public Types

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

Detailed Description

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

Member Enumeration Documentation

◆ Enum

Enumerator
Int 

Can cast the xiiCVar* to xiiCVarInt*.

Float 

Can cast the xiiCVar* to xiiCVarFloat*.

Double 

Can cast the xiiCVar* to xiiCVarDouble*.

Bool 

Can cast the xiiCVar* to xiiCVarBool*.

String 

Can cast the xiiCVar* to xiiCVarString*.


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