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

Method packData

Engine/source/sfx/sfxTrack.cpp:110–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108//-----------------------------------------------------------------------------
109
110void SFXTrack::packData( BitStream* stream )
111{
112 Parent::packData( stream );
113
114 sfxWrite( stream, mDescription );
115
116 for( U32 i = 0; i < MaxNumParameters; ++ i )
117 if( stream->writeFlag( mParameters[ i ] ) )
118 stream->writeString( mParameters[ i ] );
119}
120
121//-----------------------------------------------------------------------------
122

Callers

nothing calls this directly

Calls 3

sfxWriteFunction · 0.85
writeFlagMethod · 0.45
writeStringMethod · 0.45

Tested by

no test coverage detected