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

Method packExtended

Engine/source/lighting/lightInfo.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void LightInfo::packExtended( BitStream *stream ) const
137{
138 for ( U32 i = 0; i < mExtended.size(); i++ )
139 if ( mExtended[ i ] )
140 mExtended[ i ]->packUpdate( stream );
141}
142
143void LightInfo::unpackExtended( BitStream *stream )
144{

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