C# 클래스 TinkerAnnihilation.Printer

파일 보기 프로젝트 열기: JumpAttacker/EnsageSharp 1 사용 예제들

공개 메소드들

메소드 설명
ConsolePrint ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
PrintError ( string text ) : void
PrintInfo ( string text ) : void
PrintSuccess ( string text ) : void

비공개 메소드들

메소드 설명
PrintEncolored ( string text, ConsoleColor color ) : void

메소드 상세

ConsolePrint() 공개 정적인 메소드

public static ConsolePrint ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
str string
print bool
type MessageType
리턴 void

Print() 공개 정적인 메소드

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

PrintError() 공개 정적인 메소드

public static PrintError ( string text ) : void
text string
리턴 void

PrintInfo() 공개 정적인 메소드

public static PrintInfo ( string text ) : void
text string
리턴 void

PrintSuccess() 공개 정적인 메소드

public static PrintSuccess ( string text ) : void
text string
리턴 void