# Interactable.getJointCustomData

Returns custom joint script data.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `interactable` | [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable, needs to be of script type. |
| `joint` | [Joint](../Game-Script-Environment/Userdata/Joint.md) | The joint. |

**Returns:**

| Type | Description |
| --- | --- |
| any | The data. |
