tModLoader v2023.01
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Terraria.ModLoader.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.