MCPcopy Create free account
hub / github.com/RSDKModding/RSDKv4-Decompilation / ReachedEndOfFile

Function ReachedEndOfFile

RSDKv4/Reader.cpp:668–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668bool ReachedEndOfFile()
669{
670 if (Engine.usingDataFile)
671 return bufferPosition + readPos - readSize - virtualFileOffset >= vFileSize;
672 else
673 return bufferPosition + readPos - readSize >= fileSize;
674}

Callers 9

ReadLocalizedStringFunction · 0.85
ReadCreditsListFunction · 0.85
ParseScriptFileFunction · 0.85
ReadStringLineFunction · 0.85
ReadStringLineUnicodeFunction · 0.85
ReadCreditsLineFunction · 0.85
stb_eof_cbFunction · 0.85
LoadFontFileFunction · 0.85
LoadTextFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected