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

Function OpenFile

Engine/source/core/volume.cpp:918–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918FileRef OpenFile(const Path &path, File::AccessMode mode)
919{
920 return sgMountSystem.openFile(path,mode);
921}
922
923bool ReadFile(const Path &inPath, void *&outData, U32 &outSize, bool inNullTerminate )
924{

Callers 3

ReadFileFunction · 0.85
openMethod · 0.85

Calls 1

openFileMethod · 0.45

Tested by

no test coverage detected