Revision as of 00:49, 23 November 2007 editEdeloa (talk | contribs)18 edits Added other definitions of the term, and spell checked.← Previous edit | Revision as of 19:12, 26 April 2008 edit undoAndreas Kaufmann (talk | contribs)Extended confirmed users, Pending changes reviewers7,176 editsm Quick-adding category "Variable (computer programming)" (using HotCat)Next edit → | ||
Line 6: | Line 6: | ||
] | ] | ||
] | |||
Revision as of 19:12, 26 April 2008
CVAR and ConVar are abbreviations for Console Variable. Depending on the context in which the term is found, it may also stand for Client Variable, or Configuration Variable.
This is a type of variable used in many computer games and computer 3D simulation engines that can be manipulated by a text based command line interface within the game or engine, often called a console. They commonly hold configuration parameters, but can be used for anything that may potentially be accessed and/or modified by the console.
The most common usage of CVARs is probably by server operators to customize their online game servers.
This computer-programming-related article is a stub. You can help Misplaced Pages by expanding it. |