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
|
Public Member Functions | |
override bool | Deserialize (BinaryReader reader, int senderPlayerId) |
NetTextModule () | |
Static Public Member Functions | |
static NetPacket | SerializeClientMessage (ChatMessage message) |
static NetPacket | SerializeServerMessage (NetworkText text, Color color) |
static NetPacket | SerializeServerMessage (NetworkText text, Color color, byte authorId) |
Static Protected Member Functions | |
static NetPacket | CreatePacket< T > (int maxSize) |
Private Member Functions | |
bool | DeserializeAsClient (BinaryReader reader, int senderPlayerId) |
bool | DeserializeAsServer (BinaryReader reader, int senderPlayerId) |
Definition at line 13 of file NetTextModule.cs.