C# Class DevProLauncher.Helpers.ChatHelper

Afficher le fichier Open project: sidschingis/DevProLauncher

Méthodes publiques

Свойство Type Description
ChatTags string>.Dictionary

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static LoadChatTags ( ) : void
Résultat void

SendMessage() public static méthode

public static SendMessage ( string chatInput, string channel, bool isprivate ) : void
chatInput string
channel string
isprivate bool
Résultat void

WriteMessage() public static méthode

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
Résultat void

Property Details

ChatTags public_oe static_oe property

public static Dictionary ChatTags
Résultat string>.Dictionary