C# Class PlayFab.ClientModels.StartGameRequest

Inheritance: PlayFabModelBase
Show file 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 property

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

CharacterId public property

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

CustomCommandLineData public property

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

GameMode public 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 property

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

StatisticName public property

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