# Character.getSmoothViewDirection

Returns the smooth direction of where a character is viewing or aiming.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
character:getSmoothViewDirection(  )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The character's smooth view direction. |
