Tool.isInFirstPersonView
Returns whether the player is in first person view where the viewpoint is rendered from the player's perspective. Otherwise, the player is in third person view where the camera is behind the player.
Kind: Function
Environments: Game
Game
tool:isInFirstPersonView( )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
tool |
Tool | The tool. |
Returns:
| Type | Description |
|---|---|
| boolean | Whether the player is in first person view. |