mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Update libraries/script-engine/src/UsersScriptingInterface.h
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
6f7bfbc053
commit
12d5687c6a
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public slots:
|
|||
* <p>This function only works if you're an administrator of the domain you're in.</p>
|
||||
* @function Users.kick
|
||||
* @param {Uuid} sessionID - The session ID of the user to kick and ban.
|
||||
* @param {number} - Preferred ban flags. <i>Bans a user by username (if available) and machine fingerprint by default.</i>
|
||||
* @param {BanFlags} - Preferred ban flags. <i>Bans a user by username (if available) and machine fingerprint by default.</i>
|
||||
*/
|
||||
void kick(const QUuid& nodeID, unsigned int banFlags = ModerationFlags::getDefaultBanFlags());
|
||||
|
||||
|
|
Loading…
Reference in a new issue