C# Class OpenRA.Mods.Common.Widgets.Logic.LobbyLogic

Inheritance: ChromeLogic
Show file Open project: OpenRA/OpenRA Class Usage Examples

Public Methods

Method Description
Tick ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddChatLine ( Color c, string from, string text ) : void
ConnectionStateChanged ( OrderManager om ) : void
LoadMapPreviewRules ( MapPreview map ) : void
LobbyLogic ( OpenRA.Widgets.Widget widget, ModData modData, WorldRenderer worldRenderer, OrderManager orderManager, System.Action onExit, System.Action onStart, bool skirmishMode ) : System
OnGameStart ( ) : void
SwitchTeamChat ( ) : bool
UpdateCurrentMap ( ) : void
UpdatePlayerList ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Tick() public method

public Tick ( ) : void
return void