C# Class Prism.DebuggingMod.ChatConsole.ChatConsole

ファイルを表示 Open project: TerrariaPrismTeam/Prism

Public Methods

Method Description
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

Method Details

Error() public static method

public static Error ( string format ) : void
format string
return void

GetSplitArgs() public static method

public static GetSplitArgs ( string text ) : List
text string
return List

ParseArgs() public static method

public static ParseArgs ( ) : List
return List

RunCmd() public static method

public static RunCmd ( string text ) : bool
text string
return bool

RunCmd() public static method

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

RunCmd() public static method

public static RunCmd ( string cmd, string args ) : bool
cmd string
args string
return bool

RunCmd() public static method

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