C# Class OpenRA.Network.OrderManager

Inheritance: IDisposable
Datei anzeigen Open project: cjshmyr/OpenRA Class Usage Examples

Public Properties

Property Type Description
AddChatLine Action
AuthenticationFailed bool
ChatCache ReadOnlyList
FramesAhead int
Host string
LastTickTime int
LobbyInfo Session
LocalFrameNumber int
Password string
Port int
ServerError string
World World

Public Methods

Method Description
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

Private Methods

Method Description
CacheChatLine ( Color color, string name, string text ) : void
CheckSync ( byte packet ) : void
OutOfSync ( int frame ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IssueOrder() public method

public IssueOrder ( Order order ) : void
order Order
return void

IssueOrders() public method

public IssueOrders ( Order orders ) : void
orders Order
return void

OrderManager() public method

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

StartGame() public method

public StartGame ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

TickImmediate() public method

public TickImmediate ( ) : void
return void

Property Details

AddChatLine public_oe property

public Action AddChatLine
return Action

AuthenticationFailed public_oe property

public bool AuthenticationFailed
return bool

ChatCache public_oe property

public ReadOnlyList ChatCache
return ReadOnlyList

FramesAhead public_oe property

public int FramesAhead
return int

Host public_oe property

public string Host
return string

LastTickTime public_oe property

public int LastTickTime
return int

LobbyInfo public_oe property

public Session,OpenRA.Network LobbyInfo
return Session

LocalFrameNumber public_oe property

public int LocalFrameNumber
return int

Password public_oe property

public string Password
return string

Port public_oe property

public int Port
return int

ServerError public_oe property

public string ServerError
return string

World public_oe property

public World World
return World