Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1232
bool IsFile(const Path &path)
1233
{
1234
return sgMountSystem.isFile(path);
1235
}
1236
1237
bool IsScriptFile(const char* pFilePath)
1238
{
Callers
15
readFile
Method · 0.85
parseFile
Method · 0.85
gotoWebPage
Function · 0.85
consoleFunctions.cpp
File · 0.85
fileSystemFunctions.cpp
File · 0.85
create
Method · 0.85
update
Method · 0.85
findTextureExtension
Function · 0.85
canLoadCachedDTS
Method · 0.85
loadColladaShape
Function · 0.85
cleanTextureName
Method · 0.85
assimpLoadShape
Function · 0.85
Calls
1
isFile
Method · 0.45
Tested by
no test coverage detected