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

Method setCwd

Engine/source/core/volume.cpp:822–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822bool MountSystem::setCwd(const Path& file)
823{
824 if (file.getPath().isEmpty())
825 return false;
826 mCWD.setRoot(file.getRoot());
827 mCWD.setPath(file.getPath());
828 return true;
829}
830
831const Path& MountSystem::getCwd() const
832{

Callers 1

SetCwdFunction · 0.80

Calls 5

isEmptyMethod · 0.45
getPathMethod · 0.45
setRootMethod · 0.45
getRootMethod · 0.45
setPathMethod · 0.45

Tested by

no test coverage detected