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

Method packUpdate

Engine/source/scene/simPath.cpp:528–537  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

526
527//--------------------------------------------------------------------------
528U32 Marker::packUpdate(NetConnection* con, U32 mask, BitStream* stream)
529{
530 U32 retMask = Parent::packUpdate(con, mask, stream);
531
532 // Note that we don't really care about efficiency here, since this is an
533 // edit-only ghost...
534 stream->writeAffineTransform(mObjToWorld);
535
536 return retMask;
537}
538
539void Marker::unpackUpdate(NetConnection* con, BitStream* stream)
540{

Callers

nothing calls this directly

Calls 1

writeAffineTransformMethod · 0.80

Tested by

no test coverage detected