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

Method close

Engine/source/core/fileObject.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void FileObject::close()
98{
99 SAFE_DELETE(stream);
100 SAFE_DELETE_ARRAY(mFileBuffer);
101 mFileBuffer = NULL;
102 mBufferSize = mCurPos = 0;
103}
104
105bool FileObject::openForWrite(const char *fileName, const bool append)
106{

Callers 1

fileObject.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected