Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
SFXFileStream::SFXFileStream()
100
: mStream( NULL ),
101
mOwnStream( false ),
102
mFormat( 0, 0, 0 ),
103
mSamples( 0 )
104
{
105
}
106
107
SFXFileStream::SFXFileStream( const SFXFileStream& cloneFrom )
108
{
Callers
nothing calls this directly
Calls
2
errorf
Function · 0.50
clone
Method · 0.45
Tested by
no test coverage detected