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

Method write

Engine/source/scene/pathManager.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void PathManagerEvent::write(NetConnection*nc, BitStream *stream)
124{
125 pack(nc, stream);
126}
127
128void PathManagerEvent::unpack(NetConnection*, BitStream* stream)
129{

Callers 5

packDataMethod · 0.45
packMethod · 0.45
dumpStateMethod · 0.45
writeFieldsMethod · 0.45
packUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected