Property | Type | Description | |
---|---|---|---|
Conns | List |
||
Dedicated | bool | ||
Ip | |||
LobbyInfo | OpenRA.FileFormats.Session | ||
Map | MapPreview | ||
ModData | ModData | ||
Port | int | ||
PreConns | List |
||
Random | System.MersenneTwister | ||
Settings | ServerSettings | ||
TempBans | List |
||
TwoHumansRequiredText | string |
Property | Type | Description | |
---|---|---|---|
internalState | ServerState |
Method | Description | |
---|---|---|
ChooseFreePlayerIndex ( ) : int | ||
DispatchOrders ( Connection conn, int frame, byte data ) : void | ||
DispatchOrdersToClients ( Connection conn, int frame, byte data ) : void | ||
DropClient ( Connection toDrop ) : void | ||
DropClient ( Connection toDrop, int frame ) : void | ||
EndGame ( ) : void | ||
GetClient ( Connection conn ) : OpenRA.FileFormats.Session.Client | ||
SendMessage ( string text ) : void | ||
SendOrderTo ( Connection conn, string order, string data ) : void | ||
Server ( |
||
Shutdown ( ) : void | ||
StartGame ( ) : void | ||
SyncClientPing ( ) : void | ||
SyncClientToPlayerReference ( OpenRA.FileFormats.Session c, OpenRA.FileFormats.PlayerReference pr ) : void | ||
SyncLobbyClients ( ) : void | ||
SyncLobbyGlobalSettings ( ) : void | ||
SyncLobbyInfo ( ) : void | ||
SyncLobbySlots ( ) : void |
Method | Description | |
---|---|---|
AcceptConnection ( ) : void | ||
DispatchOrdersToClient ( Connection c, int client, int frame, byte data ) : void | ||
InterpretServerOrder ( Connection conn, |
||
InterpretServerOrders ( Connection conn, byte data ) : void | ||
SendData ( Socket s, byte data ) : void | ||
ValidateClient ( Connection newConn, string data ) : void |
public DispatchOrders ( Connection conn, int frame, byte data ) : void | ||
conn | Connection | |
frame | int | |
data | byte | |
return | void |
public DispatchOrdersToClients ( Connection conn, int frame, byte data ) : void | ||
conn | Connection | |
frame | int | |
data | byte | |
return | void |
public DropClient ( Connection toDrop ) : void | ||
toDrop | Connection | |
return | void |
public DropClient ( Connection toDrop, int frame ) : void | ||
toDrop | Connection | |
frame | int | |
return | void |
public GetClient ( Connection conn ) : OpenRA.FileFormats.Session.Client | ||
conn | Connection | |
return | OpenRA.FileFormats.Session.Client |
public SendOrderTo ( Connection conn, string order, string data ) : void | ||
conn | Connection | |
order | string | |
data | string | |
return | void |
public Server ( |
||
endpoint | ||
settings | ServerSettings | |
modData | ModData | |
dedicated | bool | |
return | System |
public static SyncClientToPlayerReference ( OpenRA.FileFormats.Session c, OpenRA.FileFormats.PlayerReference pr ) : void | ||
c | OpenRA.FileFormats.Session | |
pr | OpenRA.FileFormats.PlayerReference | |
return | void |
public Session,OpenRA.FileFormats LobbyInfo | ||
return | OpenRA.FileFormats.Session |