RigsofRods
Soft-body Physics Simulation
Data Structures | Namespaces | Enumerations
CVar.h File Reference
#include "BitFlags.h"
#include <Ogre.h>
#include <string>
+ Include dependency graph for CVar.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  RoR::CVar
 Quake-style console variable, defined in RoR.cfg or crated via Console UI and scripts. More...
 

Namespaces

 RoR
 

Enumerations

enum  RoR::CVarFlags {
  RoR::CVAR_TYPE_BOOL = BITMASK(1), RoR::CVAR_TYPE_INT = BITMASK(2), RoR::CVAR_TYPE_FLOAT = BITMASK(3), RoR::CVAR_ARCHIVE = BITMASK(4),
  RoR::CVAR_NO_LOG = BITMASK(5)
}