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

Method writeDemoStartBlock

Engine/source/T3D/gameBase/moveList.cpp:197–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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