C# 클래스 OpenRA.Network.OrderManager

상속: IDisposable
파일 보기 프로젝트 열기: cjshmyr/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddChatLine Action
AuthenticationFailed bool
ChatCache ReadOnlyList
FramesAhead int
Host string
LastTickTime int
LobbyInfo Session
LocalFrameNumber int
Password string
Port int
ServerError string
World World

공개 메소드들

메소드 설명
Dispose ( ) : void
IssueOrder ( Order order ) : void
IssueOrders ( Order orders ) : void
OrderManager ( string host, int port, string password, IConnection conn ) : System
StartGame ( ) : void
Tick ( ) : void
TickImmediate ( ) : void

비공개 메소드들

메소드 설명
CacheChatLine ( Color color, string name, string text ) : void
CheckSync ( byte packet ) : void
OutOfSync ( int frame ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IssueOrder() 공개 메소드

public IssueOrder ( Order order ) : void
order Order
리턴 void

IssueOrders() 공개 메소드

public IssueOrders ( Order orders ) : void
orders Order
리턴 void

OrderManager() 공개 메소드

public OrderManager ( string host, int port, string password, IConnection conn ) : System
host string
port int
password string
conn IConnection
리턴 System

StartGame() 공개 메소드

public StartGame ( ) : void
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

TickImmediate() 공개 메소드

public TickImmediate ( ) : void
리턴 void

프로퍼티 상세

AddChatLine 공개적으로 프로퍼티

public Action AddChatLine
리턴 Action

AuthenticationFailed 공개적으로 프로퍼티

public bool AuthenticationFailed
리턴 bool

ChatCache 공개적으로 프로퍼티

public ReadOnlyList ChatCache
리턴 ReadOnlyList

FramesAhead 공개적으로 프로퍼티

public int FramesAhead
리턴 int

Host 공개적으로 프로퍼티

public string Host
리턴 string

LastTickTime 공개적으로 프로퍼티

public int LastTickTime
리턴 int

LobbyInfo 공개적으로 프로퍼티

public Session,OpenRA.Network LobbyInfo
리턴 Session

LocalFrameNumber 공개적으로 프로퍼티

public int LocalFrameNumber
리턴 int

Password 공개적으로 프로퍼티

public string Password
리턴 string

Port 공개적으로 프로퍼티

public int Port
리턴 int

ServerError 공개적으로 프로퍼티

public string ServerError
리턴 string

World 공개적으로 프로퍼티

public World World
리턴 World