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

Function IsFile

Engine/source/core/volume.cpp:1073–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073bool IsFile(const Path &path)
1074{
1075 return sgMountSystem.isFile(path);
1076}
1077
1078bool IsDirectory(const Path &path)
1079{

Callers 15

readFileMethod · 0.85
parseFileMethod · 0.85
createMethod · 0.85
findTextureExtensionFunction · 0.85
canLoadCachedDTSMethod · 0.85
loadColladaShapeFunction · 0.85
createTextureMethod · 0.85
sFindFileMethod · 0.85
sFindFilesMethod · 0.85

Calls 1

isFileMethod · 0.45

Tested by

no test coverage detected