A cvar is a console variable. You can change the value through the console by typing the cvar name, a space, and the new value. Typing only the cvar name will tell you the current value of the cvar.
Cvar | Type | Description |
---|---|---|
m_pitch | float | Mouse pitch. |
m_sensitivity | float | Mouse view sensitivity. |
r_fullscreen | boolean | Full screen or windowed mode. |
s_masterVolume | float | Master volume. |
s_musicVolume | float | Music volume. |
s_sfxVolume | float | Sound FX volume. |
win_xpos | int | Horizontal position of window. |
win_ypos | int | Vertical position of window. |