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

Method packUpdate

Engine/source/sim/netObject.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331U32 NetObject::packUpdate(NetConnection* conn, U32 mask, BitStream* stream)
332{
333 return 0;
334}
335
336void NetObject::unpackUpdate(NetConnection*, BitStream*)
337{

Callers 5

packMethod · 0.45
writeMethod · 0.45
ghostWritePacketMethod · 0.45
activateGhostingMethod · 0.45
ghostWriteStartBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected