# AreaTrigger.getWorldRotation

Returns the world rotation of an area trigger.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
areaTrigger:getWorldRotation(  )
```

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `areaTrigger` | [AreaTrigger](../Game-Script-Environment/Userdata/AreaTrigger.md) | The area trigger instance. |

**Returns:**

| Type | Description |
| --- | --- |
| [Quat](../Game-Script-Environment/Userdata/Quat.md) | The area trigger's world rotation. |
