Corrected getAnimatationRoles to getAnimationRoles

This commit is contained in:
Flame Soulis 2018-03-19 01:17:46 -04:00
parent a6a43b90ee
commit 9d9b08803c

View file

@ -299,7 +299,7 @@ public:
* (such as look at vectors, hand sensors etc.). Each animation specified in the avatar-animation.json file is known as an animation role.
* Animation roles map to easily understandable actions that the avatar can perform, such as "idleStand", "idleTalk", or "walkFwd."
* getAnimationRoles() is used get the list of animation roles defined in the avatar-animation.json.
* @function MyAvatar.getAnimatationRoles
* @function MyAvatar.getAnimationRoles
* @example <caption>This example prints the list of animation roles defined in the avatar's avatar-animation.json file to the debug log.</caption>
* var roles = MyAvatar.getAnimationRoles();
* print("Animation Roles:");