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

Function SetCwd

Engine/source/core/volume.cpp:1171–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171bool SetCwd(const Path &file)
1172{
1173 return sgMountSystem.setCwd(file);
1174}
1175
1176const Path& GetCwd()
1177{

Callers 4

initMethod · 0.85
InstallFileSystemsMethod · 0.85
InstallFileSystemsMethod · 0.85

Calls 1

setCwdMethod · 0.80

Tested by

no test coverage detected