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

Function CreatePath

Engine/source/core/volume.cpp:1309–1312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307String GetMountType( S32 index ) { return sgMountSystem.getMountType(index); }
1308
1309bool CreatePath(const Path& path)
1310{
1311 return sgMountSystem.createPath(path);
1312}
1313
1314} // Namespace FS
1315

Callers 3

screenshot.cppFile · 0.85
openMethod · 0.85

Calls 1

createPathMethod · 0.45

Tested by

no test coverage detected