tModLoader v0.11.8.9
A mod to make and play Terraria mods
ModCommand.cs File Reference

Go to the source code of this file.

Classes

class  Terraria.ModLoader.ChatCommandCaller
 
interface  Terraria.ModLoader.CommandCaller
 
class  Terraria.ModLoader.ConsoleCommandCaller
 
class  Terraria.ModLoader.ModCommand
 This class represents a chat or console command. Use the CommandType to specify the scope of the command. More...
 
class  Terraria.ModLoader.PlayerCommandCaller
 
class  Terraria.ModLoader.UsageException
 

Namespaces

namespace  Terraria
 
namespace  Terraria.ModLoader
 

Enumerations

enum  Terraria.ModLoader.CommandType { Terraria.ModLoader.Chat = 1 , Terraria.ModLoader.Server = 2 , Terraria.ModLoader.Console = 4 , Terraria.ModLoader.World = 8 }
 A flag enum representing context where this command operates. More...