|
string | BuildVersion |
| build version this server is running
|
|
string | GameMode |
| game mode this server is running
|
|
string | GameServerData |
| game session custom data
|
|
GameInstanceState? | GameServerStateEnum |
| game specific string denoting server configuration
|
|
DateTime? | LastHeartbeat |
| last heartbeat of the game server instance, used in external game server provider mode
|
|
string | LobbyID |
| unique lobby identifier for this game server
|
|
int? | MaxPlayers |
| maximum players this server can support
|
|
List< string > | PlayerUserIds |
| array of current player IDs on this server
|
|
Region? | Region |
| region to which this server is associated
|
|
uint | RunTime |
| duration in seconds this server has been running
|
|
string | ServerIPV4Address |
| IPV4 address of the server.
|
|
string | ServerIPV6Address |
| IPV6 address of the server.
|
|
int? | ServerPort |
| port number to use for non-http communications with the server
|
|
string | ServerPublicDNSName |
| Public DNS name (if any) of the server.
|
|
string | StatisticName |
| stastic used to match this game in player statistic matchmaking
|
|
Dictionary< string, string > | Tags |
| game session tags
|
|
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/Teal-Net/Plugins/PlayFabSDK/Client/PlayFabClientModels.cs