Template:Archived page history/Console variable/en: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Multipage removal)
(Replaced content with "{{APH|Console variable}}")
Tag: Replaced
Line 1: Line 1:
 
{{APH|Console variable}}
[[Category:TODO Finish Multipage Removal Manually]]
{{LanguageBar}}
 
A '''console variable''', frequently shortened to '''cvar''', and occasionally '''[[ConVar]]''', is a runtime [[variable]] which can be modified by the user in the [[developer console]], in addition to being modifiable by game code.
 
:In {{idtech2|2}} and {{gldsrc|2}}, cvars use the C struct [[cvar_t]].
:{{source|2}} replaces this with the C++ class [[ConVar]].
 
For a list of cvars, see [[:Category:Console variables]].
 
[[Category:Glossary]]
 
 
{{stub}}

Revision as of 16:51, 12 July 2024

Note.pngNote:Archived rest of page history of page Console variable
Icon-Important.pngImportant:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.