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

Method SFXFileStream

Engine/source/sfx/sfxFileStream.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99SFXFileStream::SFXFileStream()
100 : mStream( NULL ),
101 mOwnStream( false ),
102 mFormat( 0, 0, 0 ),
103 mSamples( 0 )
104{
105}
106
107SFXFileStream::SFXFileStream( const SFXFileStream& cloneFrom )
108{

Callers

nothing calls this directly

Calls 2

errorfFunction · 0.50
cloneMethod · 0.45

Tested by

no test coverage detected