# Body.getLocalAabb

Get the local aabb of the body.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md)<br>[Vec3](../Game-Script-Environment/Userdata/Vec3.md) | Returns the aabb min and max. |
