C# 클래스 Prism.DebuggingMod.ChatConsole.ChatConsole

파일 보기 프로젝트 열기: TerrariaPrismTeam/Prism

공개 메소드들

메소드 설명
Error ( string format ) : void
GetSplitArgs ( string text ) : List
ParseArgs ( ) : List
RunCmd ( string text ) : bool
RunCmd ( string cmd, List splitArgs ) : bool
RunCmd ( string cmd, string args ) : bool
RunCmd ( string cmd, string args, List splitArgs ) : bool

메소드 상세

Error() 공개 정적인 메소드

public static Error ( string format ) : void
format string
리턴 void

GetSplitArgs() 공개 정적인 메소드

public static GetSplitArgs ( string text ) : List
text string
리턴 List

ParseArgs() 공개 정적인 메소드

public static ParseArgs ( ) : List
리턴 List

RunCmd() 공개 정적인 메소드

public static RunCmd ( string text ) : bool
text string
리턴 bool

RunCmd() 공개 정적인 메소드

public static RunCmd ( string cmd, List splitArgs ) : bool
cmd string
splitArgs List
리턴 bool

RunCmd() 공개 정적인 메소드

public static RunCmd ( string cmd, string args ) : bool
cmd string
args string
리턴 bool

RunCmd() 공개 정적인 메소드

public static RunCmd ( string cmd, string args, List splitArgs ) : bool
cmd string
args string
splitArgs List
리턴 bool