ConVar: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Made it a stub.)
m (otherlang2'd)
Line 1: Line 1:
{{otherlang2
|es=ConVar:es
}}
{{stub}}
{{stub}}


Line 15: Line 18:
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 15:22, 9 March 2011

Template:Otherlang2

Stub

This article or section is a stub. You can help by expanding it.

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. For creating a new Console Variable see this. Developer Console Control


ConVar( const char *pName, const char *pDefaultValue, int flags, const char *pHelpString, bool bMin, float fMin, bool bMax, float fMax );

Good practices

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