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

Method packUpdate

Engine/source/environment/skyBox.cpp:139–148  ·  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 stream->write( mMatName );
144 stream->writeFlag( mDrawBottom );
145 stream->write( mFogBandHeight );
146
147 return retMask;
148}
149
150void SkyBox::unpackUpdate( NetConnection *conn, BitStream *stream )
151{

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
writeFlagMethod · 0.45

Tested by

no test coverage detected