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

Method unpackData

Engine/source/sfx/sfxProfile.cpp:189–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187//-----------------------------------------------------------------------------
188
189void SFXProfile::unpackData(BitStream* stream)
190{
191 Parent::unpackData( stream );
192
193 char buffer[256];
194 stream->readString( buffer );
195 mFilename = buffer;
196
197 mPreload = stream->readFlag();
198}
199
200//-----------------------------------------------------------------------------
201

Callers

nothing calls this directly

Calls 2

readFlagMethod · 0.80
readStringMethod · 0.45

Tested by

no test coverage detected