Chira Engine
A customizable MIT-licensed game engine.
chira::ConVarRef Class Reference

Public Member Functions

 ConVarRef (std::string_view name)
 
std::string_view getName () const
 
std::string_view getDescription () const
 
bool hasFlag (ConFlags flag) const
 
ConVarType getType () const
 
std::string_view getTypeAsString () const
 
template<ConVarValidType T>
getValue () const
 
void setValue (ConVarValidType auto value, bool runCallback=true) const
 
 operator std::string () const
 
 operator bool () const
 

Detailed Description

Definition at line 253 of file ConEntry.h.


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