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

Function OpenFile

Engine/source/core/volume.cpp:1077–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077FileRef OpenFile(const Path &path, File::AccessMode mode)
1078{
1079 return sgMountSystem.openFile(path,mode);
1080}
1081
1082bool ReadFile(const Path &inPath, void *&outData, U32 &outSize, bool inNullTerminate )
1083{

Callers 2

ReadFileFunction · 0.85
openMethod · 0.85

Calls 1

openFileMethod · 0.45

Tested by

no test coverage detected