Empeld
Empeld plugin documentation.
|
Reprents a user in the game. Not necessarily an entity. More relatively to a network connection More...
Properties | |
string | Username [get] |
The username of the user More... | |
ushort | ClientIdent [get] |
The Id of the user More... | |
DateTime | ConnectedTime [get] |
The time at which the user connected to the server in UTC More... | |
TimeSpan | ConnectedLength [get] |
The amount of time the user has been connected to the server More... | |
TimeSpan | NetLatency [get] |
The amount of network latency between us and a user (the ping) More... | |
UserAuthLevel | UserAuthenticationLevel [get] |
The authentication level of a user More... | |
bool | Authenticated [get] |
Has the user authenticated More... | |
Reprents a user in the game. Not necessarily an entity. More relatively to a network connection
|
get |
Has the user authenticated
true
if authenticated; otherwise, false
.
|
get |
The Id of the user
The client ident.
|
get |
The amount of time the user has been connected to the server
The length of the connected.
|
get |
The time at which the user connected to the server in UTC
The connected time.
|
get |
The amount of network latency between us and a user (the ping)
The net latency.
|
get |
The authentication level of a user
The user authentication level.
|
get |
The username of the user
The username.