|
tModLoader v2022.09
A mod to make and play Terraria mods
|
Inherits Terraria.Chat.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 Terraria.Chat.ChatCommandProcessor.AddCommand< T > | ( | ) |
| T | : | IChatCommand | |
| T | : | new() |
| ChatCommandProcessor Terraria.Chat.ChatCommandProcessor.AddDefaultCommand< T > | ( | ) |
| T | : | IChatCommand | |
| T | : | new() |
| ChatMessage Terraria.Chat.ChatCommandProcessor.CreateOutgoingMessage | ( | string | text | ) |
Implements Terraria.Chat.IChatProcessor.
| void Terraria.Chat.ChatCommandProcessor.ProcessIncomingMessage | ( | ChatMessage | message, |
| int | clientId | ||
| ) |
Implements Terraria.Chat.IChatProcessor.