Body.getCreationJoints
Returns a table of all joints that are part of a creation.
Kind: Function
Environments: Game
Game
body:getCreationJoints( )
A creation includes all bodies connected by joints, etc.
Parameters:
| Name | Type | Description |
|---|---|---|
body |
Body | The body. |
Returns:
| Type | Description |
|---|---|
| table | The table of joints in a creation. {Joint, ...} |