MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / readDemoStartBlock

Method readDemoStartBlock

Engine/source/core/dnet.cpp:285–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285bool ConnectionProtocol::readDemoStartBlock(BitStream *stream)
286{
287 for(U32 i = 0; i < 32; i++)
288 stream->read(&mLastSeqRecvdAtSend[i]);
289 stream->read(&mLastSeqRecvd);
290 stream->read(&mHighestAckedSeq);
291 stream->read(&mLastSendSeq);
292 stream->read(&mAckMask);
293 stream->read(&mConnectSequence);
294 stream->read(&mLastRecvAckAck);
295 stream->read(&mConnectionEstablished);
296 return true;
297}

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected