terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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< CommandId > | k__BackingField |
string< Text > | k__BackingField |
bool< IsConsumed > | k__BackingField |
Definition at line 10 of file ChatMessage.cs.