C# Class PlayFab.ClientModels.StartGameRequest

Inheritance: PlayFabModelBase
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
BuildVersion string
CharacterId string
CustomCommandLineData string
GameMode string
Region Region
StatisticName string

Property Details

BuildVersion public_oe property

version information for the build of the game server which is to be started
public string BuildVersion
return string

CharacterId public_oe property

character to use for stats based matching. Leave null to use account stats
public string CharacterId
return string

CustomCommandLineData public_oe property

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

GameMode public_oe property

the title-defined game mode this server is to be running (defaults to 0 if there is only one mode)
public string GameMode
return string

Region public_oe property

the region to associate this server with for match filtering
public Region Region
return Region

StatisticName public_oe property

player statistic for others to use in finding this game. May be null for no stat-based matching
public string StatisticName
return string