mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02:00
CR.
This commit is contained in:
parent
12d5687c6a
commit
cfac34bf7e
2 changed files with 5 additions and 5 deletions
|
@ -33,10 +33,10 @@
|
|||
* <code>false</code>. <em>Read-only.</em>
|
||||
* @property {boolean} requestsDomainListData - <code>true</code> if the client requests extra data from the mixers (such as
|
||||
* positional data of an avatar they've ignored). <em>Read-only.</em>
|
||||
* @property {BanFlags} NO_BAN - Do not ban person. <em>Read-only.</em>
|
||||
* @property {BanFlags} BAN_BY_USERNAME - Ban person by username. <em>Read-only.</em>
|
||||
* @property {BanFlags} BAN_BY_FINGERPRINT - Ban person by fingerprint. <em>Read-only.</em>
|
||||
* @property {BanFlags} BAN_BY_IP - Ban person by IP address. <em>Read-only.</em>
|
||||
* @property {BanFlags} NO_BAN - Do not ban user. <em>Read-only.</em>
|
||||
* @property {BanFlags} BAN_BY_USERNAME - Ban user by username. <em>Read-only.</em>
|
||||
* @property {BanFlags} BAN_BY_FINGERPRINT - Ban user by fingerprint. <em>Read-only.</em>
|
||||
* @property {BanFlags} BAN_BY_IP - Ban user by IP address. <em>Read-only.</em>
|
||||
*/
|
||||
class UsersScriptingInterface : public QObject, public Dependency {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue