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

Function MapFSPath

Engine/source/core/volume.cpp:1210–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208}
1209
1210bool MapFSPath( const String &inRoot, const Path &inPath, Path &outPath )
1211{
1212 return sgMountSystem.mapFSPath( inRoot, inPath, outPath );
1213}
1214
1215bool GetFSPath( const Path &inPath, Path &outPath )
1216{

Callers

nothing calls this directly

Calls 1

mapFSPathMethod · 0.80

Tested by

no test coverage detected