Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1171
bool SetCwd(const Path &file)
1172
{
1173
return sgMountSystem.setCwd(file);
1174
}
1175
1176
const Path& GetCwd()
1177
{
Callers
4
fileSystemFunctions.cpp
File · 0.85
init
Method · 0.85
InstallFileSystems
Method · 0.85
InstallFileSystems
Method · 0.85
Calls
1
setCwd
Method · 0.80
Tested by
no test coverage detected