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

Method packExtended

Engine/source/lighting/lightInfo.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void LightInfo::packExtended( BitStream *stream ) const
165{
166 for ( U32 i = 0; i < mExtended.size(); i++ )
167 if ( mExtended[ i ] )
168 mExtended[ i ]->packUpdate( stream );
169}
170
171void LightInfo::unpackExtended( BitStream *stream )
172{

Callers 3

packUpdateMethod · 0.80
packUpdateMethod · 0.80
packUpdateMethod · 0.80

Calls 2

sizeMethod · 0.45
packUpdateMethod · 0.45

Tested by

no test coverage detected