C# Class OverlayInformation.Printer

Afficher le fichier Open project: JumpAttacker/EnsageSharp Class Usage Examples

Méthodes publiques

Méthode Description
Print ( string str, bool print = false ) : void
Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
PrintError ( string text ) : void
PrintInfo ( string text ) : void
PrintSuccess ( string text ) : void
PrintVector ( this vec ) : string

Private Methods

Méthode Description
PrintEncolored ( string text, ConsoleColor color ) : void

Method Details

Print() public static méthode

public static Print ( string str, bool print = false ) : void
str string
print bool
Résultat void

Print() public static méthode

public static Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
str string
print bool
type MessageType
Résultat void

PrintError() public static méthode

public static PrintError ( string text ) : void
text string
Résultat void

PrintInfo() public static méthode

public static PrintInfo ( string text ) : void
text string
Résultat void

PrintSuccess() public static méthode

public static PrintSuccess ( string text ) : void
text string
Résultat void

PrintVector() public static méthode

public static PrintVector ( this vec ) : string
vec this
Résultat string