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

Method sendAsyncMsg

source/network/ODServer.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void ODServer::sendAsyncMsg(ServerNotification& notif)
246{
247 sendMsg(notif.mConcernedPlayer, notif.mPacket);
248}
249
250void ODServer::sendMsg(Player* player, ODPacket& packet)
251{

Callers 13

markTilesForDiggingMethod · 0.80
buildTrapDefaultMethod · 0.80
sellTrapTilesMethod · 0.80
sellTrapTilesEditorMethod · 0.80
buildRoomDefaultMethod · 0.80
sellRoomTilesMethod · 0.80
sellRoomTilesEditorMethod · 0.80
buildRoomMethod · 0.80
fireAddEntityMethod · 0.80
fireAddEntityMethod · 0.80
firePickupEntityMethod · 0.80
fireDropEntityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected