ConVar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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 == | ||
Variables that you 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. | ||
Revision as of 03:23, 30 April 2009
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.