C# 클래스 OpenRA.Mods.Common.Widgets.Logic.IngameChatLogic

상속: ChromeLogic
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
AddChatLineWrapper ( Color c, string from, string text ) : void
CloseChat ( ) : void
OpenChat ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddChatLineWrapper() 공개 메소드

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

CloseChat() 공개 메소드

public CloseChat ( ) : void
리턴 void

OpenChat() 공개 메소드

public OpenChat ( ) : void
리턴 void