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

Method mount

Engine/source/core/volume.cpp:776–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776bool MountSystem::mount(String root,FileSystemRef fs)
777{
778 MountFS mount;
779 mount.root = root;
780 mount.path = "/";
781 mount.fileSystem = fs;
782 mMountList.push_back(mount);
783 return true;
784}
785
786bool MountSystem::mount(String root,const Path &path)
787{

Callers 1

MountFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected