C# Class OpenRA.Network.GameServer

Mostra file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Address string
Bots int
Id int
IsCompatible bool
IsJoinable bool
Map string
MaxPlayers int
ModId string
ModLabel string
ModVersion string
Mods string
Name string
Players int
Protected bool
Spectators int
Started string
State int
TTL int

Public Methods

Method Description
GameServer ( MiniYaml yaml )

Method Details

GameServer() public method

public GameServer ( MiniYaml yaml )
yaml MiniYaml

Property Details

Address public_oe property

public string Address
return string

Bots public_oe property

public int Bots
return int

Id public_oe property

public int Id
return int

IsCompatible public_oe property

public bool IsCompatible
return bool

IsJoinable public_oe property

public bool IsJoinable
return bool

Map public_oe property

public string Map
return string

MaxPlayers public_oe property

public int MaxPlayers
return int

ModId public_oe property

public string ModId
return string

ModLabel public_oe property

public string ModLabel
return string

ModVersion public_oe property

public string ModVersion
return string

Mods public_oe property

public string Mods
return string

Name public_oe property

public string Name
return string

Players public_oe property

public int Players
return int

Protected public_oe property

public bool Protected
return bool

Spectators public_oe property

public int Spectators
return int

Started public_oe property

public string Started
return string

State public_oe property

public int State
return int

TTL public_oe property

public int TTL
return int