C# Class BolterLibrary.Chat

Show file Open project: usagiuke/BolterV2

Public Methods

Method Description
GetChatLine ( ) : string
GetRawChat ( ) : string
GetRawName ( ) : string
IsNewLine ( ) : bool
SendCommand ( string TextCommand ) : void

Method Details

GetChatLine() public method

public GetChatLine ( ) : string
return string

GetRawChat() public method

public GetRawChat ( ) : string
return string

GetRawName() public method

public GetRawName ( ) : string
return string

IsNewLine() public method

public IsNewLine ( ) : bool
return bool

SendCommand() public static method

public static SendCommand ( string TextCommand ) : void
TextCommand string
return void