sm.localPlayer.updateFpAnimation
Updates a first person view animation.
Kind: Function
Environments: Game
Game
sm.localPlayer.updateFpAnimation( name, time, weight, looping )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The name. |
time |
number | The time. |
weight (optional) |
number | The weight. (Defaults to -1.0) |
looping (optional) |
boolean | The looping. (Defaults to false) |