mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +02:00
fix JSAPI typo
This commit is contained in:
parent
179c21acf4
commit
ce50380698
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public slots:
|
||||||
Q_INVOKABLE bool canRezTmpCertified();
|
Q_INVOKABLE bool canRezTmpCertified();
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function Entities.canWriteAsseets
|
* @function Entities.canWriteAssets
|
||||||
* @return {bool} `true` if the DomainServer will allow this Node/Avatar to write to the asset server
|
* @return {bool} `true` if the DomainServer will allow this Node/Avatar to write to the asset server
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE bool canWriteAssets();
|
Q_INVOKABLE bool canWriteAssets();
|
||||||
|
|
Loading…
Reference in a new issue