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

Method pack

Engine/source/sim/netDownload.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 virtual void pack(NetConnection *, BitStream *bstream)
124 {
125 bstream->writeRangedU32(chunkLen, 0, ChunkSize);
126 bstream->write(chunkLen, chunkData);
127 }
128
129 virtual void write(NetConnection *, BitStream *bstream)
130 {

Callers 1

eventWritePacketMethod · 0.45

Calls 2

writeRangedU32Method · 0.80
writeMethod · 0.45

Tested by

no test coverage detected