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

Method writeDemoStartBlock

Engine/source/T3D/gameBase/moveList.cpp:198–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void MoveList::writeDemoStartBlock(ResizeBitStream *stream)
199{
200 stream->write(mLastMoveAck);
201 stream->write(mLastClientMove);
202 stream->write(mFirstMoveIndex);
203
204 stream->write(U32(mMoveVec.size()));
205 for(U32 j = 0; j < mMoveVec.size(); j++)
206 mMoveVec[j].pack(stream);
207}
208
209void MoveList::readDemoStartBlock(BitStream *stream)
210{

Callers

nothing calls this directly

Calls 4

U32Enum · 0.70
writeMethod · 0.45
sizeMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected