Property | Type | Description | |
---|---|---|---|
AddChatLine | Action |
||
AuthenticationFailed | bool | ||
ChatCache | ReadOnlyList |
||
FramesAhead | int | ||
Host | string | ||
LastTickTime | int | ||
LobbyInfo | |||
LocalFrameNumber | int | ||
Password | string | ||
Port | int | ||
ServerError | string | ||
World | World |
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 |
Method | Description | |
---|---|---|
CacheChatLine ( Color color, string name, string text ) : void | ||
CheckSync ( byte packet ) : void | ||
OutOfSync ( int frame ) : void |
public OrderManager ( string host, int port, string password, IConnection conn ) : System | ||
host | string | |
port | int | |
password | string | |
conn | IConnection | |
return | System |