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

Method packUpdate

Engine/source/sim/netObject.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317U32 NetObject::packUpdate(NetConnection* conn, U32 mask, BitStream* stream)
318{
319 return 0;
320}
321
322void NetObject::unpackUpdate(NetConnection*, BitStream*)
323{

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