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
Loading...
Searching...
No Matches
Terraria.GameContent.NetModules.NetTextModule Class Reference
+ Inheritance diagram for Terraria.GameContent.NetModules.NetTextModule:
+ Collaboration diagram for Terraria.GameContent.NetModules.NetTextModule:

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)
 

Detailed Description

Definition at line 13 of file NetTextModule.cs.


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