ConVar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
MossyBucket (talk | contribs) m (Made it a stub.) |
||
| Line 1: | Line 1: | ||
{{stub}} | |||
For a description of what a '''Con'''sole '''Var'''iable is, 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]]. | ||
Revision as of 12:43, 31 January 2011
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.