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

Method packData

Engine/source/sfx/sfxState.cpp:212–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210//-----------------------------------------------------------------------------
211
212void SFXState::packData( BitStream* stream )
213{
214 Parent::packData( stream );
215
216 for( U32 i = 0; i < MaxIncludedStates; ++ i )
217 sfxWrite( stream, mIncludedStates[ i ] );
218 for( U32 i = 0; i < MaxExcludedStates; ++ i )
219 sfxWrite( stream, mExcludedStates[ i ] );
220}
221
222//-----------------------------------------------------------------------------
223

Callers

nothing calls this directly

Calls 1

sfxWriteFunction · 0.85

Tested by

no test coverage detected