terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.Chat.ChatMessage Class Referencesealed

Public Member Functions

 ChatMessage (string message)
 
void Serialize (BinaryWriter writer)
 
int GetMaxSerializedSize ()
 
void SetCommand (ChatCommandId commandId)
 
void SetCommand< T > ()
 
void Consume ()
 

Static Public Member Functions

static ChatMessage Deserialize (BinaryReader reader)
 

Properties

ChatCommandId CommandId [get, private set]
 
string Text [get, set]
 
bool IsConsumed [get, private set]
 

Private Member Functions

 ChatMessage (string message, ChatCommandId commandId)
 

Private Attributes

ChatCommandId< CommandIdk__BackingField
 
string< Textk__BackingField
 
bool< IsConsumedk__BackingField
 

Detailed Description

Definition at line 10 of file ChatMessage.cs.


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