Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ GetFileSystem
Function
GetFileSystem
Engine/source/core/volume.cpp:1022–1025 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1020
}
1021
1022
FileSystemRef GetFileSystem(const Path &path)
1023
{
1024
return sgMountSystem.getFileSystem(path);
1025
}
1026
1027
bool GetFileAttributes(const Path &path, FileNode::Attributes* attr)
1028
{
Callers
9
buildFileList
Function · 0.85
fileSystemFunctions.cpp
File · 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
Calls
1
getFileSystem
Method · 0.80
Tested by
no test coverage detected