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

Inheritance: ChromeLogic
Show file Open project: pchote/OpenRA

Public Methods

Method Description
AddChatLineWrapper ( Color c, string from, string text ) : void
CloseChat ( ) : void
OpenChat ( ) : void

Private Methods

Method Description
AddChatLine ( Color c, string from, string text, bool replayCache ) : void
IngameChatLogic ( OpenRA.Widgets.Widget widget, OrderManager orderManager, World world, ModData modData ) : System.Drawing
SwitchTeamChat ( ) : bool
UnregisterEvents ( ) : void

Method Details

AddChatLineWrapper() public method

public AddChatLineWrapper ( Color c, string from, string text ) : void
c System.Drawing.Color
from string
text string
return void

CloseChat() public method

public CloseChat ( ) : void
return void

OpenChat() public method

public OpenChat ( ) : void
return void