C# Class PlayFab.AdminModels.GameModeInfo

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Gamemode string
MaxPlayerCount uint
MinPlayerCount uint
StartOpen bool?

Property Details

Gamemode public_oe property

specific game mode type
public string Gamemode
return string

MaxPlayerCount public_oe property

maximum user count a specific Game Server Instance can support
public uint MaxPlayerCount
return uint

MinPlayerCount public_oe property

minimum user count required for this Game Server Instance to continue (usually 1)
public uint MinPlayerCount
return uint

StartOpen public_oe property

whether to start as an open session, meaning that players can matchmake into it (defaults to true)
public bool? StartOpen
return bool?