FCVAR
Console variable flags.
Values
| Name | Value | Description | 
|---|---|---|
| FCVAR_ARCHIVE | 1 | Save this cvar. | 
| FCVAR_USERINFO | 2 | Changes the client's info string. | 
| FCVAR_SERVER | 4 | Notifies players when changed. | 
| FCVAR_EXTDLL | 8 | Defined by external dll. | 
| FCVAR_CLIENTDLL | 16 | Defined by the client dll. | 
| FCVAR_PROTECTED | 32 | It's a server cvar, but we don't send the data since it's a password, etc. | 
| FCVAR_SPONLY | 64 | This cvar cannot be changed by clients connected to a multiplayer server. | 
| FCVAR_PRINTABLEONLY | 128 | This cvar's string cannot contain unprintable characters (e.g. used for player name etc) | 
| FCVAR_UNLOGGED | 256 | If this is a FCVAR_SERVER, don't log changes to the log file / console if we are creating a log |