ModCommand
This class represents a chat or console command. Use the CommandType to specify the scope of the command.
Methods
- Autoload(System.String@)()
- Autoload this command, defaults to Mod.Properties.Autoload.
- Action(Terraria.ModLoader.CommandCaller,System.String,System.String[])()
- The code that is executed when the command is triggered.