Character.getActiveAnimations

Returns the set of active animations.

Kind: Function

Environments: Game

Game

character:getActiveAnimations(  )

Open the full Game reference

Parameters:

Name Type Description
character Character The character.

Returns:

Type Description
table The set of active animations { { name = string, weight = number }, ...}