# Sandbox.IGameInstance.GetBind

```csharp
string GetBind(string actionName, out bool isDefault, out bool isCommon)
```

### Parameters

- `actionName` (`string`)
- `out isDefault` (`bool`)
- `out isCommon` (`bool`)

### Returns

`string`

Declared in [Sandbox.IGameInstance](/api/Sandbox.IGameInstance).
Assembly: `Sandbox.Engine`.
