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

Method packUpdate

Engine/source/environment/skyBox.cpp:139–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139U32 SkyBox::packUpdate( NetConnection *conn, U32 mask, BitStream *stream )
140{
141 U32 retMask = Parent::packUpdate( conn, mask, stream );
142
143 PACK_ASSET(conn, Material);
144
145 stream->writeFlag( mDrawBottom );
146 stream->write( mFogBandHeight );
147
148 return retMask;
149}
150
151void SkyBox::unpackUpdate( NetConnection *conn, BitStream *stream )
152{

Callers

nothing calls this directly

Calls 2

writeFlagMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected