C# Class C_Minebot.Packets.chatMessage

Datei anzeigen Open project: umby24/Minebot Class Usage Examples

Public Methods

Method Description
CharCount ( string Origstring, string Chars ) : int
chatMessage ( Wrapped sock, System.Form1 myform, bool outgoing = false ) : System
chatMessage ( Wrapped sock, System.Form1 myform, string message, bool outgoing = false ) : System
handleColors ( string text, string Style ) : void

Private Methods

Method Description
convertCode ( string text, string color ) : string
handle ( ) : void
send ( ) : void

Method Details

CharCount() public method

public CharCount ( string Origstring, string Chars ) : int
Origstring string
Chars string
return int

chatMessage() public method

public chatMessage ( Wrapped sock, System.Form1 myform, bool outgoing = false ) : System
sock Wrapped
myform System.Form1
outgoing bool
return System

chatMessage() public method

public chatMessage ( Wrapped sock, System.Form1 myform, string message, bool outgoing = false ) : System
sock Wrapped
myform System.Form1
message string
outgoing bool
return System

handleColors() public method

public handleColors ( string text, string Style ) : void
text string
Style string
return void