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

Function DumpDirectories

Engine/source/core/volume.cpp:1067–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065}
1066
1067bool DumpDirectories(const Path& path, Vector<StringTableEntry>& directories, S32 depth, bool noBasePath)
1068{
1069 return sgMountSystem.dumpDirectories(path, directories, depth, noBasePath);
1070}
1071
1072DirectoryRef CreateDirectory(const Path &path)
1073{

Callers 1

Calls 1

dumpDirectoriesMethod · 0.45

Tested by

no test coverage detected