Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | Deserialize (BinaryReader reader, int senderPlayerId) |
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 10 of file NetTextModule.cs.