|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Allows you to send custom data for this tile entity between client and server, which will be handled in M:Terraria.DataStructures.TileEntity.NetReceive(System.IO.BinaryReader).
Called while sending tile data (!lightSend) and when F:Terraria.ID.MessageID.TileEntitySharing is sent (lightSend).
Only called on the server.
| writer | The writer. |
Reimplemented from Terraria.DataStructures.TileEntity.
Definition at line 671 of file TEDisplayDoll.cs.
References Terraria.GameContent.Tile_Entities.TEDisplayDoll._dyes, Terraria.GameContent.Tile_Entities.TEDisplayDoll._items, Terraria.Item.IsAir, and Terraria.ModLoader.IO.ItemIO.Send().
Here is the call graph for this function: