C# Class BolterLibrary.Chat

Afficher le fichier Open project: usagiuke/BolterV2

Méthodes publiques

Méthode Description
GetChatLine ( ) : string
GetRawChat ( ) : string
GetRawName ( ) : string
IsNewLine ( ) : bool
SendCommand ( string TextCommand ) : void

Method Details

GetChatLine() public méthode

public GetChatLine ( ) : string
Résultat string

GetRawChat() public méthode

public GetRawChat ( ) : string
Résultat string

GetRawName() public méthode

public GetRawName ( ) : string
Résultat string

IsNewLine() public méthode

public IsNewLine ( ) : bool
Résultat bool

SendCommand() public static méthode

public static SendCommand ( string TextCommand ) : void
TextCommand string
Résultat void