Fixed jsdoc comments for Avatar::getWorldFeetPosition

This commit is contained in:
MuteTab 2018-08-06 19:40:47 -07:00
parent de5c7f6dcd
commit d04ac2b8ed

View file

@ -251,8 +251,8 @@ public:
float computeMass();
/**jsdoc
* Get the position of the current avatar's feet (or rather, bottom of its collision capsule) in world coordinates.
* @function MyAvatar.getWorldFeetPosition()
* @returns {Vec3}
* @function MyAvatar.getWorldFeetPosition
* @returns {Vec3} The position of the Avatar's feet in world coordinates.
*/
Q_INVOKABLE glm::vec3 getWorldFeetPosition();