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

Method pack

Engine/source/sim/netDownload.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 virtual void pack(NetConnection *, BitStream *bstream)
63 {
64 bstream->writeRangedU32(nameCount, 0, MaxFileNames);
65 for(U32 i = 0; i < nameCount; i++)
66 bstream->writeString(mFileNames[i]);
67 }
68
69 virtual void write(NetConnection *, BitStream *bstream)
70 {

Callers

nothing calls this directly

Calls 2

writeRangedU32Method · 0.80
writeStringMethod · 0.45

Tested by

no test coverage detected