# Sandbox.SandboxToolExtensions.FromConsoleVariableInt

```csharp
static Link FromConsoleVariableInt(Builder self, string name)
```

Bind the Left hand side to the value of the given console variable as an integer.

### Parameters

- `self` (`Builder`)
- `name` (`string`)

### Returns

`Link`

Declared in [Sandbox.SandboxToolExtensions](/api/Sandbox.SandboxToolExtensions).
Assembly: `Sandbox.Tools`.
