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

Method isEOF

Engine/source/core/fileObject.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76);
77
78bool FileObject::isEOF()
79{
80 return mCurPos == mBufferSize;
81}
82
83FileObject::FileObject()
84{

Callers 15

wordPosFunction · 0.80
help.csFile · 0.80
levelInfo.csFile · 0.80
chooseLevelDlg.csFile · 0.80
wordPosFunction · 0.80
help.csFile · 0.80
levelInfo.csFile · 0.80
chooseLevelDlg.csFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected