tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
This serves as the central class from which ModCommand functions are supported and carried out. More...
Static Public Member Functions | |
static List< Tuple< string, string > > | GetHelp (CommandType type) |
static bool | Matches (CommandType commandType, CommandType callerType) |
This serves as the central class from which ModCommand functions are supported and carried out.
Definition at line 12 of file CommandManager.cs.
|
static |
Definition at line 114 of file CommandManager.cs.
References Terraria.ModLoader.ModCommand.Command, and Terraria.ModLoader.CommandManager.Matches().
|
static |
Definition at line 16 of file CommandManager.cs.
Referenced by Terraria.ModLoader.CommandManager.GetHelp().