123456789101112131415 |
- return {
- summary = 'Get the number of animations the Animator can play.',
- description = 'Returns the number of animations the Animator can play.',
- arguments = {},
- returns = {
- {
- name = 'count',
- type = 'number',
- description = 'The number of animations.'
- }
- },
- related = {
- 'Animator:getAnimationNames'
- }
- }
|