C# Class PlayFab.ClientModels.StartGameRequest

Inheritance: PlayFabModelBase
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

CharacterId public_oe property

character to use for stats based matching. Leave null to use account stats
public string CharacterId
Résultat string

CustomCommandLineData public_oe property

custom command line argument when starting game server process
public string CustomCommandLineData
Résultat 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
Résultat string

Region public_oe property

the region to associate this server with for match filtering
public Region Region
Résultat 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
Résultat string