MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / exportToPacketForUpdate

Method exportToPacketForUpdate

source/entities/Tile.cpp:1022–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022void Tile::exportToPacketForUpdate(ODPacket& os, const Seat* seat) const
1023{
1024 exportToPacketForUpdate(os, seat, false);
1025}
1026
1027void Tile::exportToPacketForUpdate(ODPacket& os, const Seat* seat, bool hideSeatId) const
1028{

Callers

nothing calls this directly

Calls 1

exportTileToPacketMethod · 0.80

Tested by

no test coverage detected