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

Function SetCwd

Engine/source/core/volume.cpp:1012–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010}
1011
1012bool SetCwd(const Path &file)
1013{
1014 return sgMountSystem.setCwd(file);
1015}
1016
1017const Path& GetCwd()
1018{

Callers 3

initMethod · 0.85
InstallFileSystemsMethod · 0.85
InstallFileSystemsMethod · 0.85

Calls 1

setCwdMethod · 0.80

Tested by

no test coverage detected