C# 클래스 OpenRA.Network.Session.Client

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Deserialize ( OpenRA.FileFormats.MiniYaml data ) : Client
Serialize ( ) : MiniYamlNode

메소드 상세

Deserialize() 공개 정적인 메소드

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

Serialize() 공개 메소드

public Serialize ( ) : MiniYamlNode
리턴 MiniYamlNode

프로퍼티 상세

Bot 공개적으로 프로퍼티

public string Bot
리턴 string

BotControllerClientIndex 공개적으로 프로퍼티

public int BotControllerClientIndex
리턴 int

Color 공개적으로 프로퍼티

public HSLColor,OpenRA.FileFormats Color
리턴 OpenRA.FileFormats.HSLColor

Faction 공개적으로 프로퍼티

public string Faction
리턴 string

Index 공개적으로 프로퍼티

public int Index
리턴 int

IpAddress 공개적으로 프로퍼티

public string IpAddress
리턴 string

IsAdmin 공개적으로 프로퍼티

public bool IsAdmin
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

PreferredColor 공개적으로 프로퍼티

public HSLColor,OpenRA.FileFormats PreferredColor
리턴 OpenRA.FileFormats.HSLColor

Slot 공개적으로 프로퍼티

public string Slot
리턴 string

SpawnPoint 공개적으로 프로퍼티

public int SpawnPoint
리턴 int

State 공개적으로 프로퍼티

public ClientState State
리턴 ClientState

Team 공개적으로 프로퍼티

public int Team
리턴 int