|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.Chat.ChatMessage: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, set, private set] |
| string | Text [get, set] |
| bool | IsConsumed [get, set, 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 14 of file ChatMessage.cs.