ConVar: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 4: Line 4:
<!-- 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]]. All cheat ConVars should not be archived.
Commands that are 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 21:29, 14 April 2006

For a description, see Commands and Variables.

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

Good Practices

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