# Sandbox.ConsoleSystem

A library to interact with the Console System.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Methods

- [`GetValue`](/api/Sandbox.ConsoleSystem/GetValue): Get a console variable's value as a string.
- [`OnChangePropertySet`](/api/Sandbox.ConsoleSystem/OnChangePropertySet)
- [`OnWrappedGet`](/api/Sandbox.ConsoleSystem/OnWrappedGet)
- [`OnWrappedSet`](/api/Sandbox.ConsoleSystem/OnWrappedSet)
- [`Run`](/api/Sandbox.ConsoleSystem/Run): Run this command. This should be a single command.
- [`SetValue`](/api/Sandbox.ConsoleSystem/SetValue): Try to set a console variable. You will only be able to set variables that you have permission to set.
