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

Method packUpdate

Engine/source/T3D/pointLight.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146U32 PointLight::packUpdate(NetConnection *conn, U32 mask, BitStream *stream )
147{
148 if ( stream->writeFlag( mask & UpdateMask ) )
149 stream->write( mRadius );
150
151 return Parent::packUpdate( conn, mask, stream );
152}
153
154void PointLight::unpackUpdate( NetConnection *conn, BitStream *stream )
155{

Callers

nothing calls this directly

Calls 2

writeFlagMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected