tModLoader v2024.10
A mod to make and play Terraria mods
|
Inherits IChatProcessor.
Public Member Functions | |
void | AddAlias (LocalizedText text, NetworkText result) |
ChatCommandProcessor | AddCommand< T > () |
ChatCommandProcessor | AddDefaultCommand< T > () |
void | ClearAliases () |
ChatMessage | CreateOutgoingMessage (string text) |
void | ProcessIncomingMessage (ChatMessage message, int clientId) |
ChatMessage | CreateOutgoingMessage (string text) |
void | ProcessIncomingMessage (ChatMessage message, int clientId) |
ChatCommandProcessor ChatCommandProcessor.AddCommand< T > | ( | ) |
T | : | IChatCommand | |
T | : | new() |
ChatCommandProcessor ChatCommandProcessor.AddDefaultCommand< T > | ( | ) |
T | : | IChatCommand | |
T | : | new() |
ChatMessage ChatCommandProcessor.CreateOutgoingMessage | ( | string | text | ) |
Implements IChatProcessor.
void ChatCommandProcessor.ProcessIncomingMessage | ( | ChatMessage | message, |
int | clientId | ||
) |
Implements IChatProcessor.