# Body.getCreationJoints

Returns a table of all [joints](../Game-Script-Environment/Userdata/Joint.md) that are part of a creation.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
body:getCreationJoints(  )
```

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

A creation includes all bodies connected by [joints](../Game-Script-Environment/Userdata/Joint.md), etc.

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| table | The table of joints in a creation. \{[Joint](../Game-Script-Environment/Userdata/Joint.md), ...\} |
