|
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
|
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) |
Definition at line 18 of file ChatCommandProcessor.cs.