Template:en

From Valve Developer Community
Revision as of 17:28, 30 August 2023 by SirYodaJedi (talk | contribs) (Created page with "{{Language subpage}} A '''console variable''', frequently shortened to '''cvar''', is a runtime variable which can be modified by the user in the developer console, in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Flag-white.pngEnglish (en)

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.