Cvar structure
Type: Reference type
| Declaration | Description |
|---|---|
| string GetName() | Gets the name of the cvar. |
| string GetString() | Gets the value of the cvar as a string. |
| Declaration | Description |
|---|---|
| const int flags | The flags of this cvar. |
| const float value | The value of this cvar as a float. |