# Character.getLockingInteractable

Get the [Interactable](../Game-Script-Environment/Userdata/Interactable.md) that the [Character](../Game-Script-Environment/Userdata/Character.md) is locked to.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
character:getLockingInteractable(  )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Character.md#getlockinginteractable)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `character` | [Character](../Game-Script-Environment/Userdata/Character.md) | The character. |

**Returns:**

| Type | Description |
| --- | --- |
| [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable. |
