Model:getAnimationName
EditReturns the name of an animation in the Model.
name = Model:getAnimationName(index)Arguments
| Name | Type | Description |
| index | number | The index of an animation. |
Returns
| Name | Type | Description |
| name | string | nil |
The name of the animation, or nil if the animation doesn't have a name.
|