# sm.camera.getCameraPullback

Returns the camera's zoom step.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

**Returns:**

| Name | Type | Description |
| --- | --- | --- |
| `step` | number | How far away the camera is from the player while standing |
| `seatedStep` | number | How far away the camera is from the player while seated |
