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

Function CreatePath

Engine/source/core/volume.cpp:1138–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1136String GetMountType( S32 index ) { return sgMountSystem.getMountType(index); }
1137
1138bool CreatePath(const Path& path)
1139{
1140 return sgMountSystem.createPath(path);
1141}
1142
1143} // Namespace FS
1144

Callers 2

screenshot.cppFile · 0.85
openMethod · 0.85

Calls 1

createPathMethod · 0.45

Tested by

no test coverage detected