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

Method pack

Engine/source/environment/nodeListManager.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void NodeListEvent::pack(NetConnection* conn, BitStream* stream)
63{
64 stream->write(mId);
65 stream->write(mTotalNodes);
66 stream->write(mLocalListStart);
67
68 // NOTE: Child class needs to transmit the nodes
69}
70
71void NodeListEvent::write(NetConnection* conn, BitStream *stream)
72{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected