Quake-style console variable, defined in RoR.cfg or crated via Console UI and scripts.
std::string const & getName() const
std::string convertStr(float val)
std::string const & getLongName() const
std::string const & getStr() const
CVar(std::string const &name, std::string const &long_name, int flags)
void setStr(std::string const &str)
bool hasFlag(int f) const
void logUpdate(std::string const &new_val)
@ CVAR_ARCHIVE
Will be written to RoR.cfg.
@ CVAR_NO_LOG
Will not be written to RoR.log.