Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1136
String GetMountType( S32 index ) { return sgMountSystem.getMountType(index); }
1137
1138
bool CreatePath(const Path& path)
1139
{
1140
return sgMountSystem.createPath(path);
1141
}
1142
1143
} // Namespace FS
1144
Callers
2
screenshot.cpp
File · 0.85
open
Method · 0.85
Calls
1
createPath
Method · 0.45
Tested by
no test coverage detected