Property | Type | Description | |
---|---|---|---|
serverName | string | ||
visible | bool | ||
waiting | bool |
Method | Description | |
---|---|---|
OnConnectedToServer ( ) : void | ||
OnGUI ( ) : void | ||
OnMasterServerEvent ( MasterServerEvent mse ) : void | ||
OnPlayerConnected ( ) : void | ||
OnServerInitialized ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
refreshHostList ( ) : void | ||
startServer ( string serverName ) : void |
Method | Description | |
---|---|---|
SendMyFaction ( string faction, int playerNumber ) : void |
public OnMasterServerEvent ( MasterServerEvent mse ) : void | ||
mse | MasterServerEvent | |
return | void |
public startServer ( string serverName ) : void | ||
serverName | string | |
return | void |