Nebula
Loading...
Searching...
No Matches
Core::CVar Struct Reference

#include <cvar.h>

Detailed Description

A console variable.

Always handle as a opaque object. Pass the CVar* to the various functions to perform operations on the variable.

Prefix should reflect which subsystem it affects. Ex. r_ - Render subsystem ui_ - UI specific cl_ - General client/application sv_ - Server only (networking)

Public Attributes

Util::String name
 
Util::String description
 
CVarValue value
 
bool modified
 

Member Data Documentation

◆ description

Util::String Core::CVar::description

◆ modified

bool Core::CVar::modified

◆ name

Util::String Core::CVar::name

◆ value

CVarValue Core::CVar::value

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