C# Class PlayFab.PlayStreamModels.PlayerLeftLobbyEventData

Inheritance: PlayStreamEventBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GameMode string
LobbyId string
Region string
ServerBuildVersion string
ServerHost string
ServerHostInstanceId string
ServerPort uint
TitleId string

Property Details

GameMode public property

public string GameMode
return string

LobbyId public property

public string LobbyId
return string

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

TitleId public property

public string TitleId
return string