ConVar: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Jesus F. Christ)
m (tidy (I believe the correct word is Variables, and not Commands?))
Line 1: Line 1:
For a description, see [[Developer_Console#Commands_and_Variables|Commands and Variables]].
For a description of what a '''Con'''sole '''Var'''iable is, see [[Developer_Console#Commands_and_variables|Commands and variables]].


Documentation on specific console variables can be found at [[:Category:Console Variables]].
Documentation on specific console variables can be found at [[:Category:Console Variables]].
<!-- only info on console variables _in general_ should be on this page -->
<!-- only info on console variables _in general_ should be on this page -->
==Good Practices==
== Good practices ==
Commands that are wish to be saved should be marked with flag [[FCVAR_ARCHIVE]]. Any cheat ConVar defined should not be archived.
Variables that you wish to be saved should be marked with flag [[FCVAR_ARCHIVE]]. Any cheat ConVar defined should not be archived.
 
[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 12:49, 28 January 2008

For a description of what a Console Variable is, see Commands and variables.

Documentation on specific console variables can be found at Category:Console Variables.

Good practices

Variables that you wish to be saved should be marked with flag FCVAR_ARCHIVE. Any cheat ConVar defined should not be archived.