MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / write

Method write

engine/source/network/connectionStringTable.cc:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 bstream->writeString(mString.getString());
44 }
45 virtual void write(NetConnection* /*ps*/, BitStream *bstream)
46 {
47 bstream->writeInt(mIndex, ConnectionStringTable::EntryBitSize);
48 bstream->writeString(mString.getString());
49 }
50 virtual void unpack(NetConnection* /*con*/, BitStream *bstream)
51 {
52 char buf[256];

Callers

nothing calls this directly

Calls 3

writeIntMethod · 0.80
writeStringMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected