cvar

Use to active a global game cvar setting.
Type cvar with no variable to see a complete list of all available cvars.

cvar [SETTING] [VALUE]

Example:
cvar kWriteBlocks 1

Type cvar with a setting and no value to display the current value.

Example:
cvar kWriteBlocks
will return 1 or 0