![]() |
Terraria ModLoader
0.11.8.4
A mod to make and play Terraria mods
|
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.ModLoader |
Enumerations | |
enum | Terraria.ModLoader.CommandType { Terraria.ModLoader.CommandType.Chat = 1, Terraria.ModLoader.CommandType.Server = 2, Terraria.ModLoader.CommandType.Console = 4, Terraria.ModLoader.CommandType.World = 8 } |
A flag enum representing context where this command operates. More... | |