C# Class OpenRA.Network.Session.Client

Mostra file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Bot string
BotControllerClientIndex int
Color OpenRA.FileFormats.HSLColor
Faction string
Index int
IpAddress string
IsAdmin bool
Name string
PreferredColor OpenRA.FileFormats.HSLColor
Slot string
SpawnPoint int
State ClientState
Team int

Public Methods

Method Description
Deserialize ( OpenRA.FileFormats.MiniYaml data ) : Client
Serialize ( ) : MiniYamlNode

Method Details

Deserialize() public static method

public static Deserialize ( OpenRA.FileFormats.MiniYaml data ) : Client
data OpenRA.FileFormats.MiniYaml
return Client

Serialize() public method

public Serialize ( ) : MiniYamlNode
return MiniYamlNode

Property Details

Bot public_oe property

public string Bot
return string

BotControllerClientIndex public_oe property

public int BotControllerClientIndex
return int

Color public_oe property

public HSLColor,OpenRA.FileFormats Color
return OpenRA.FileFormats.HSLColor

Faction public_oe property

public string Faction
return string

Index public_oe property

public int Index
return int

IpAddress public_oe property

public string IpAddress
return string

IsAdmin public_oe property

public bool IsAdmin
return bool

Name public_oe property

public string Name
return string

PreferredColor public_oe property

public HSLColor,OpenRA.FileFormats PreferredColor
return OpenRA.FileFormats.HSLColor

Slot public_oe property

public string Slot
return string

SpawnPoint public_oe property

public int SpawnPoint
return int

State public_oe property

public ClientState State
return ClientState

Team public_oe property

public int Team
return int