float RTT
The average round-trip time from this client to the server.
GameServerType ServerType
The server type.
bool IsFull
Whether or not this server is full.
int MaxPlayers
The maximum number of players this server can hold.
A summary for a game server.
string[] PlayerNicknames
Gets an array containing the nicknames of all connected players.
IPEndPoint EndPoint
The network end point of the server.
Stores data related to the player profile. Loads from a World Data file and provides runtime operatio...
string MapID
The ID of the map loaded on the server.
string[] PlayerIDs
Gets an array containing the IDs of all connected players.
PlayerProfile[] PlayerProfiles
An array containing the profiles of all connected players.