C# 클래스 OverlayInformation.Printer

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

공개 메소드들

메소드 설명
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

비공개 메소드들

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

메소드 상세

Print() 공개 정적인 메소드

public static Print ( string str, bool print = false ) : void
str string
print bool
리턴 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

PrintVector() 공개 정적인 메소드

public static PrintVector ( this vec ) : string
vec this
리턴 string