Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ GetFileSystem
Function
GetFileSystem
Engine/source/core/volume.cpp:1181–1184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1179
}
1180
1181
FileSystemRef GetFileSystem(const Path &path)
1182
{
1183
return sgMountSystem.getFileSystem(path);
1184
}
1185
1186
bool GetFileAttributes(const Path &path, FileNode::Attributes* attr)
1187
{
Callers
9
buildFileList
Function · 0.85
canLoadCachedDTS
Method · 0.85
loadColladaShape
Function · 0.85
screenshot.cpp
File · 0.85
AddChangeNotification
Function · 0.85
RemoveChangeNotification
Function · 0.85
cleanPath
Method · 0.85
GetFSPath
Function · 0.85
getTrueFilename
Method · 0.85
Calls
1
getFileSystem
Method · 0.80
Tested by
no test coverage detected