C# Class OpenRA.Network.Session.Client

Show 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 property

public string Bot
return string

BotControllerClientIndex public property

public int BotControllerClientIndex
return int

Color public property

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

Faction public property

public string Faction
return string

Index public property

public int Index
return int

IpAddress public property

public string IpAddress
return string

IsAdmin public property

public bool IsAdmin
return bool

Name public property

public string Name
return string

PreferredColor public property

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

Slot public property

public string Slot
return string

SpawnPoint public property

public int SpawnPoint
return int

State public property

public ClientState State
return ClientState

Team public property

public int Team
return int