Template:en
Jump to navigation
Jump to search
A console variable, frequently shortened to cvar, is a runtime variable which can be modified by the user in the developer console, in addition to being modifiable by game code.
Cvars are represented by the C++ class ConVar. For a list of cvars, see Category:Console variables.