# Interactable.getConnectionInputType

Returns the input connection type.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:getConnectionInputType(  )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| integer | connection type The input connection type. |
