ConVar: Difference between revisions
Jump to navigation
Jump to search
m (tidy (I believe the correct word is Variables, and not Commands?)) |
TomEdwards (talk | contribs) m (otherlang) |
||
Line 5: | Line 5: | ||
== 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. | ||
{{otherlang:en}} | |||
{{otherlang:en:es|ConVar:es}} | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 05:09, 5 January 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.
Good practices
Variables that you wish to be saved should be marked with flag FCVAR_ARCHIVE. Any cheat ConVar defined should not be archived.