Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Unmount
Function
Unmount
Engine/source/core/volume.cpp:1161–1164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1159
}
1160
1161
FileSystemRef Unmount(String root)
1162
{
1163
return sgMountSystem.unmount(root);
1164
}
1165
1166
bool Unmount(FileSystemRef fs)
1167
{
Callers
5
checkAndMountSketchup
Method · 0.85
loadColladaShape
Function · 0.85
colladaImport.cpp
File · 0.85
handleCommandLine
Method · 0.85
enumColladaForImport
Function · 0.85
Calls
1
unmount
Method · 0.45
Tested by
no test coverage detected