Tool.updateFpAnimation
Updates a first person view animation.
Kind: Function
Environments: Game
Game
tool:updateFpAnimation( name, time, weight, looping )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
tool |
Tool | The tool. |
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) |