tModLoader v2023.01
A mod to make and play Terraria mods
|
Public Member Functions | |
ChatMessage (string message) | |
void | Consume () |
int | GetMaxSerializedSize () |
void | Serialize (BinaryWriter writer) |
void | SetCommand (ChatCommandId commandId) |
void | SetCommand< T > () |
Static Public Member Functions | |
static ChatMessage | Deserialize (BinaryReader reader) |
Properties | |
ChatCommandId | CommandId [get] |
bool | IsConsumed [get] |
string | Text [get, set] |
void Terraria.Chat.ChatMessage.SetCommand< T > | ( | ) |
T | : | IChatCommand |