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

Method exportToPacket

source/game/Player.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void PlayerEvent::exportToPacket(GameMap* gameMap, ODPacket& os)
258{
259 os << mType;
260 gameMap->tileToPacket(os, mTile);
261}
262
263void PlayerEvent::importFromPacket(GameMap* gameMap, ODPacket& is)
264{

Callers 2

Calls 1

tileToPacketMethod · 0.80

Tested by

no test coverage detected