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

Method sendPacketStream

Engine/source/core/stream/bitStream.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void BitStream::sendPacketStream(const NetAddress *addr)
62{
63 Net::sendto(addr, gPacketStream.getBuffer(), gPacketStream.getPosition());
64}
65
66// CodeReview WTF is this additional IsEqual? - BJG, 3/29/07
67

Callers

nothing calls this directly

Calls 2

getBufferMethod · 0.45
getPositionMethod · 0.45

Tested by

no test coverage detected