# sm.localPlayer.getFpAnimationInfo

Returns general information for a first person view animation.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.localPlayer.getFpAnimationInfo( name )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `name` | string | The name. |

**Returns:**

| Type | Description |
| --- | --- |
| table | A table containing name, duration and looping. |
