Character.getAnimationInfo

Kind: Function

Environments: Game

Game

character:getAnimationInfo( name )

Open the full Game reference

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 }.