# Sandbox.ConVarAttribute

Console variable

- Kind: attribute
- Namespace: `Sandbox`
- Assembly: `Sandbox.System`

## Constructors

- [`ConVarAttribute`](/api/Sandbox.ConVarAttribute/.ctor)

## Properties

- [`Flags`](/api/Sandbox.ConVarAttribute/Flags): Describes the kind of convar this is
- [`Help`](/api/Sandbox.ConVarAttribute/Help): Describes why this command exists
- [`Max`](/api/Sandbox.ConVarAttribute/Max): Maximum value for this command
- [`Min`](/api/Sandbox.ConVarAttribute/Min): Minimum value for this command
- [`Name`](/api/Sandbox.ConVarAttribute/Name): If unset the name will be set to the name of the method/property
- [`Saved`](/api/Sandbox.ConVarAttribute/Saved): If true this variable is saved
