class documentation
class RemoteUserData:
The remote interface for a server-side User.
| Class Variable | allow |
Static property indicating whether multiple logins for this user are allowed. |
| Class Variable | is |
Dynamic property indicating whether the user is currently present on the remote server. |
| Class Variable | max |
Static property indicating the maximum access level the user has. (Refer to minimum access level required to execute certain skills.) |
| Class Variable | name |
Static property containing the name of the user. |
| Class Variable | user |
Static property indicating the priority of the user (for breaking locks). |