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

Method write

Engine/source/scene/pathManager.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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