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

Function sfxRead

Engine/source/sfx/sfxTypes.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338//-----------------------------------------------------------------------------
339
340void sfxRead( BitStream* stream, SFXDescription** description )
341{
342 sRead( stream, description );
343}
344
345//-----------------------------------------------------------------------------
346

Callers 13

unpackDataMethod · 0.85
sfxReadAndResolveFunction · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85
unpackDataMethod · 0.85

Calls 1

sReadFunction · 0.85

Tested by

no test coverage detected