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

Method getMountPath

Engine/source/core/volume.h:379–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 S32 getNumMounts() const { return mMountList.size(); }
378 String getMountRoot( S32 index ) const { return mMountList[index].root; }
379 String getMountPath( S32 index ) const { return mMountList[index].fileSystem->mapTo(mMountList[index].path); }
380 String getMountType( S32 index ) const { return mMountList[index].fileSystem->getTypeStr(); }
381
382 // File system notifications

Callers 1

GetMountPathFunction · 0.80

Calls 1

mapToMethod · 0.45

Tested by

no test coverage detected