Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for Terraria.Chat.ChatCommandProcessor, including all inherited members.
_aliases | Terraria.Chat.ChatCommandProcessor | private |
_commands | Terraria.Chat.ChatCommandProcessor | private |
_defaultCommand | Terraria.Chat.ChatCommandProcessor | private |
_localizedCommands | Terraria.Chat.ChatCommandProcessor | private |
AddAlias(LocalizedText text, NetworkText result) | Terraria.Chat.ChatCommandProcessor | inline |
AddCommand< T >() | Terraria.Chat.ChatCommandProcessor | inline |
AddDefaultCommand< T >() | Terraria.Chat.ChatCommandProcessor | inline |
ClearAliases() | Terraria.Chat.ChatCommandProcessor | inline |
CreateOutgoingMessage(string text) | Terraria.Chat.ChatCommandProcessor | inline |
HasLocalizedCommand(ChatMessage message, LocalizedText command) | Terraria.Chat.ChatCommandProcessor | inlineprivatestatic |
ProcessIncomingMessage(ChatMessage message, int clientId) | Terraria.Chat.ChatCommandProcessor | inline |
RemoveCommandPrefix(string messageText, LocalizedText command) | Terraria.Chat.ChatCommandProcessor | inlineprivatestatic |