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

Function IsFile

Engine/source/core/volume.cpp:1232–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232bool IsFile(const Path &path)
1233{
1234 return sgMountSystem.isFile(path);
1235}
1236
1237bool IsScriptFile(const char* pFilePath)
1238{

Callers 15

readFileMethod · 0.85
parseFileMethod · 0.85
gotoWebPageFunction · 0.85
createMethod · 0.85
updateMethod · 0.85
findTextureExtensionFunction · 0.85
canLoadCachedDTSMethod · 0.85
loadColladaShapeFunction · 0.85
cleanTextureNameMethod · 0.85
assimpLoadShapeFunction · 0.85

Calls 1

isFileMethod · 0.45

Tested by

no test coverage detected