My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.GameInfo Class Reference
Inheritance diagram for PlayFab.ClientModels.GameInfo:
PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

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
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: