C# Class C_Minebot.Packets.chatMessage

Afficher le fichier Open project: umby24/Minebot Class Usage Examples

Méthodes publiques

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

Méthode Description
convertCode ( string text, string color ) : string
handle ( ) : void
send ( ) : void

Method Details

CharCount() public méthode

public CharCount ( string Origstring, string Chars ) : int
Origstring string
Chars string
Résultat int

chatMessage() public méthode

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

chatMessage() public méthode

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

handleColors() public méthode

public handleColors ( string text, string Style ) : void
text string
Style string
Résultat void