MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / Mount

Function Mount

Engine/source/core/volume.cpp:1151–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151bool Mount(String root, FileSystemRef fs)
1152{
1153 return sgMountSystem.mount(root,fs);
1154}
1155
1156bool Mount(String root, const Path &path)
1157{

Callers 7

checkAndMountSketchupMethod · 0.85
MountDefaultsFunction · 0.85
MountZipsFunction · 0.85
handleCommandLineMethod · 0.85
InstallFileSystemsMethod · 0.85
InstallFileSystemsMethod · 0.85
initShaderGenMethod · 0.85

Calls 1

mountMethod · 0.45

Tested by

no test coverage detected