C# Class PlayFab.MatchmakerModels.StartGameRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Build string
CustomCommandLineData string
ExternalMatchmakerEventEndpoint string
GameMode string
Region Region

Property Details

Build public_oe property

Unique identifier of the previously uploaded build executable which is to be started.
public string Build
return string

CustomCommandLineData public_oe property

Custom command line argument when starting game server process.
public string CustomCommandLineData
return string

ExternalMatchmakerEventEndpoint public_oe property

HTTP endpoint URL for receiving game status events, if using an external matchmaker. When the game ends, PlayFab will make a POST request to this URL with the X-SecretKey header set to the value of the game's secret and an application/json body of { "EventName": "game_ended", "GameID": "" }.
public string ExternalMatchmakerEventEndpoint
return string

GameMode public_oe property

Game mode for this Game Server Instance.
public string GameMode
return string

Region public_oe property

Region with which to associate the server, for filtering.
public Region Region
return Region