Character.getAnimationInfo
Kind: Function
Environments: Game
Game
character:getAnimationInfo( name )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
character |
Character | The character. |
name |
string | The name. |
Returns:
| Type | Description |
|---|---|
| table | The animation info { name = string, duration = number, looping = boolean }. |