MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetReliableMessage

Method GetReliableMessage

neo/framework/async/MsgChannel.cpp:691–699  ·  view source on GitHub ↗

================= idMsgChannel::GetReliableMessage ================= */

Source from the content-addressed store, hash-verified

689=================
690*/
691bool idMsgChannel::GetReliableMessage( idBitMsg &msg ) {
692 int size;
693 bool result;
694
695 result = reliableReceive.Get( msg.GetData(), size );
696 msg.SetSize( size );
697 msg.BeginReading();
698 return result;
699}
700
701/*
702===============

Calls 4

BeginReadingMethod · 0.80
GetMethod · 0.45
GetDataMethod · 0.45
SetSizeMethod · 0.45

Tested by

no test coverage detected