mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Initial, placeholder JSDoc for Uuid
This commit is contained in:
parent
9d9f684af5
commit
a2ece7a3ad
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@
|
||||||
#include <QUuid>
|
#include <QUuid>
|
||||||
#include <QtScript/QScriptable>
|
#include <QtScript/QScriptable>
|
||||||
|
|
||||||
|
/**jsdoc
|
||||||
|
* A UUID. Represented in JavaScript as a string in the format, <code>{00000000-0000-0000-0000-000000000000}</code>.
|
||||||
|
* Used to uniquely identify entities, overlays, avatars, and the like.
|
||||||
|
*
|
||||||
|
* @typedef Uuid
|
||||||
|
*/
|
||||||
|
|
||||||
/// Scriptable interface for a UUID helper class object. Used exclusively in the JavaScript API
|
/// Scriptable interface for a UUID helper class object. Used exclusively in the JavaScript API
|
||||||
class ScriptUUID : public QObject, protected QScriptable {
|
class ScriptUUID : public QObject, protected QScriptable {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue