C# Class PlayFab.PlayStreamModels.GameLobbyStartedEventData

Inheritance: PlayStreamEventBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CustomCommandLineData string
CustomMatchmakerEndpoint string
GameMode string
GameServerData string
MaxPlayers int?
Region string
ServerBuildVersion string
ServerHost string
ServerHostInstanceId string
ServerPort uint
Tags string>.Dictionary
TitleId string

Property Details

CustomCommandLineData public property

public string CustomCommandLineData
return string

CustomMatchmakerEndpoint public property

public string CustomMatchmakerEndpoint
return string

GameMode public property

public string GameMode
return string

GameServerData public property

public string GameServerData
return string

MaxPlayers public property

public int? MaxPlayers
return int?

Region public property

public string Region
return string

ServerBuildVersion public property

public string ServerBuildVersion
return string

ServerHost public property

public string ServerHost
return string

ServerHostInstanceId public property

public string ServerHostInstanceId
return string

ServerPort public property

public uint ServerPort
return uint

Tags public property

public Dictionary Tags
return string>.Dictionary

TitleId public property

public string TitleId
return string