# Body.getCreationBodies

Returns a table of all bodies in a creation.

**Kind:** Function

**Environments:** Game

## Game

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

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

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 | An array table of all bodies in a creation. \{[Body](../Game-Script-Environment/Userdata/Body.md), ...\} |
