# AreaTrigger.getHostInteractable

Returns the attached host [Interactable](../Game-Script-Environment/Userdata/Interactable.md).

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
areaTrigger:getHostInteractable(  )
```

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `areaTrigger` | [AreaTrigger](../Game-Script-Environment/Userdata/AreaTrigger.md) | The area trigger instance. |

**Returns:**

| Type | Description |
| --- | --- |
| [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The area trigger's host interactable. |
