# sm.camera.getDefaultRotation

Returns the world rotation where the camera should be by default.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.camera.getDefaultRotation(  )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.camera.md#getdefaultrotation)

**Availability:** Client only

**Returns:**

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