C# Class Prism.DebuggingMod.ChatConsole.ChatConsole

Afficher le fichier Open project: TerrariaPrismTeam/Prism

Méthodes publiques

Méthode 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 méthode

public static Error ( string format ) : void
format string
Résultat void

GetSplitArgs() public static méthode

public static GetSplitArgs ( string text ) : List
text string
Résultat List

ParseArgs() public static méthode

public static ParseArgs ( ) : List
Résultat List

RunCmd() public static méthode

public static RunCmd ( string text ) : bool
text string
Résultat bool

RunCmd() public static méthode

public static RunCmd ( string cmd, List splitArgs ) : bool
cmd string
splitArgs List
Résultat bool

RunCmd() public static méthode

public static RunCmd ( string cmd, string args ) : bool
cmd string
args string
Résultat bool

RunCmd() public static méthode

public static RunCmd ( string cmd, string args, List splitArgs ) : bool
cmd string
args string
splitArgs List
Résultat bool