C# Class OverlayInformation.Printer

Datei anzeigen Open project: JumpAttacker/EnsageSharp Class Usage Examples

Public Methods

Method 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

Method Description
PrintEncolored ( string text, ConsoleColor color ) : void

Method Details

Print() public static method

public static Print ( string str, bool print = false ) : void
str string
print bool
return void

Print() public static method

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

PrintError() public static method

public static PrintError ( string text ) : void
text string
return void

PrintInfo() public static method

public static PrintInfo ( string text ) : void
text string
return void

PrintSuccess() public static method

public static PrintSuccess ( string text ) : void
text string
return void

PrintVector() public static method

public static PrintVector ( this vec ) : string
vec this
return string