mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 21:33:48 +02:00
slightly update jsdoc with functions description
This commit is contained in:
parent
7854b28498
commit
7fa09aef8f
1 changed files with 7 additions and 0 deletions
|
@ -888,6 +888,11 @@ public:
|
|||
|
||||
bool hasDriveInput() const;
|
||||
|
||||
/**jsdoc
|
||||
* Function returns list of avatar entities
|
||||
* @function MyAvatar.getAvatarEntitiesVariant()
|
||||
* @returns {object[]}
|
||||
*/
|
||||
Q_INVOKABLE QVariantList getAvatarEntitiesVariant();
|
||||
void removeAvatarEntities();
|
||||
|
||||
|
@ -1295,6 +1300,7 @@ signals:
|
|||
void collisionWithEntity(const Collision& collision);
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when collisions with avatar enabled or disabled
|
||||
* @function MyAvatar.collisionsEnabledChanged
|
||||
* @param {boolean} enabled
|
||||
* @returns {Signal}
|
||||
|
@ -1302,6 +1308,7 @@ signals:
|
|||
void collisionsEnabledChanged(bool enabled);
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when avatar's animation url changes
|
||||
* @function MyAvatar.animGraphUrlChanged
|
||||
* @param {url} url
|
||||
* @returns {Signal}
|
||||
|
|
Loading…
Reference in a new issue