# Editor.ConsoleSystem

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`
- Modifiers: static, abstract, sealed

## Methods

- [`GetValue`](/api/Editor.ConsoleSystem/GetValue): Get a convar value as a string
- [`GetValueFloat`](/api/Editor.ConsoleSystem/GetValueFloat): Get a convar value as an float if possible.
- [`GetValueInt`](/api/Editor.ConsoleSystem/GetValueInt): Get a convar value as an integer if possible.
- [`Run`](/api/Editor.ConsoleSystem/Run): Run this command. This should be a single command.
- [`SetValue`](/api/Editor.ConsoleSystem/SetValue): Try to set a console variable. You will only be able to set variables that you have permission to set.
