C# Class DevProLauncher.Helpers.ChatHelper

Datei anzeigen Open project: sidschingis/DevProLauncher

Public Properties

Property Type Description
ChatTags string>.Dictionary

Public Methods

Method Description
LoadChatTags ( ) : void
SendMessage ( string chatInput, string channel, bool isprivate ) : void
WriteMessage ( DevProLauncher.Network.Data.ChatMessage message, DevProLauncher.Windows.Components.CustomRTB window, bool autoscroll ) : void

Private Methods

Method Description
FormatText ( string message, DevProLauncher.Windows.Components.CustomRTB window ) : void
GetMessageTags ( string message ) : IEnumerable
WriteText ( DevProLauncher.Windows.Components.CustomRTB window, string text, Color color ) : void

Method Details

LoadChatTags() public static method

public static LoadChatTags ( ) : void
return void

SendMessage() public static method

public static SendMessage ( string chatInput, string channel, bool isprivate ) : void
chatInput string
channel string
isprivate bool
return void

WriteMessage() public static method

public static WriteMessage ( DevProLauncher.Network.Data.ChatMessage message, DevProLauncher.Windows.Components.CustomRTB window, bool autoscroll ) : void
message DevProLauncher.Network.Data.ChatMessage
window DevProLauncher.Windows.Components.CustomRTB
autoscroll bool
return void

Property Details

ChatTags public_oe static_oe property

public static Dictionary ChatTags
return string>.Dictionary