terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.Chat.ChatCommandProcessor Class Reference
+ Inheritance diagram for Terraria.Chat.ChatCommandProcessor:
+ Collaboration diagram for Terraria.Chat.ChatCommandProcessor:

Public Member Functions

ChatCommandProcessor AddCommand< T > ()
 
void AddAlias (LocalizedText text, NetworkText result)
 
void ClearAliases ()
 
ChatCommandProcessor AddDefaultCommand< T > ()
 
ChatMessage CreateOutgoingMessage (string text)
 
void ProcessIncomingMessage (ChatMessage message, int clientId)
 
 ChatCommandProcessor ()
 

Static Private Member Functions

static bool HasLocalizedCommand (ChatMessage message, LocalizedText command)
 
static string RemoveCommandPrefix (string messageText, LocalizedText command)
 

Private Attributes

readonly Dictionary< LocalizedText, ChatCommandId_localizedCommands
 
readonly Dictionary< ChatCommandId, IChatCommand_commands
 
readonly Dictionary< LocalizedText, NetworkText_aliases
 
IChatCommand _defaultCommand
 

Detailed Description

Definition at line 18 of file ChatCommandProcessor.cs.


The documentation for this class was generated from the following file: