# Body.isConvertibleToDynamic

Check if a body is convertible to dynamic form

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Return true if the body can be converted to dynamic. |
