# Interactable.getMaxChildCount

Returns the maximum number of allowed child connections of an interactable &ndash; the number of outgoing connections.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| integer | The max child connection count. |
