mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
Make JSDoc happy
This commit is contained in:
parent
c3ffe7eb97
commit
ac2351e49f
1 changed files with 3 additions and 3 deletions
|
@ -162,9 +162,9 @@ public:
|
||||||
* than iterating over each avatar and obtaining data about them in JavaScript, as that method
|
* than iterating over each avatar and obtaining data about them in JavaScript, as that method
|
||||||
* locks and unlocks each avatar's data structure potentially hundreds of times per update tick.
|
* locks and unlocks each avatar's data structure potentially hundreds of times per update tick.
|
||||||
* @function AvatarManager.getPalData
|
* @function AvatarManager.getPalData
|
||||||
* @param {string list} specificAvatarIdentifiers - A list of specific Avatar Identifiers about which
|
* @param {string[]} specificAvatarIdentifiers - A list of specific Avatar Identifiers about
|
||||||
* you want to get PAL data
|
* which you want to get PAL data
|
||||||
* @returns {string}
|
* @returns {object}
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE QVariantMap getPalData(const QList<QString> specificAvatarIdentifiers = QList<QString>());
|
Q_INVOKABLE QVariantMap getPalData(const QList<QString> specificAvatarIdentifiers = QList<QString>());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue