Plasma Engine  2.0
Loading...
Searching...
No Matches
plCVarType Struct Reference

Describes of which type a CVar is. Use that info to cast an plCVar* 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 plCVar* to the proper derived class.

Member Enumeration Documentation

◆ Enum

Enumerator
Int 

Can cast the plCVar* to plCVarInt*.

Float 

Can cast the plCVar* to plCVarFloat*.

Bool 

Can cast the plCVar* to plCVarBool*.

String 

Can cast the plCVar* to plCVarString*.


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