tModLoader v2024.02
A mod to make and play Terraria mods
CommandLoader Class Reference

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)
 

Detailed Description

This serves as the central class from which ModCommand functions are supported and carried out.