MCPcopy 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
1161FileSystemRef Unmount(String root)
1162{
1163 return sgMountSystem.unmount(root);
1164}
1165
1166bool Unmount(FileSystemRef fs)
1167{

Callers 5

checkAndMountSketchupMethod · 0.85
loadColladaShapeFunction · 0.85
colladaImport.cppFile · 0.85
handleCommandLineMethod · 0.85
enumColladaForImportFunction · 0.85

Calls 1

unmountMethod · 0.45

Tested by

no test coverage detected