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

Method pack

Engine/source/T3D/gameBase/moveManager.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void Move::pack(BitStream *stream, const Move * basemove)
236{
237 bool alwaysWriteAll = basemove!=NULL;
238 if (!basemove)
239 basemove = &NullMove;
240
241 packMove(stream, basemove, alwaysWriteAll);
242}
243
244bool Move::packMove(BitStream *stream, const Move* basemove, bool alwaysWriteAll)
245{

Callers 2

writeDemoStartBlockMethod · 0.45
writeDemoStartBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected