mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +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
|
||||
* locks and unlocks each avatar's data structure potentially hundreds of times per update tick.
|
||||
* @function AvatarManager.getPalData
|
||||
* @param {string list} specificAvatarIdentifiers - A list of specific Avatar Identifiers about which
|
||||
* you want to get PAL data
|
||||
* @returns {string}
|
||||
* @param {string[]} specificAvatarIdentifiers - A list of specific Avatar Identifiers about
|
||||
* which you want to get PAL data
|
||||
* @returns {object}
|
||||
*/
|
||||
Q_INVOKABLE QVariantMap getPalData(const QList<QString> specificAvatarIdentifiers = QList<QString>());
|
||||
|
||||
|
|
Loading…
Reference in a new issue