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

Function GetMountPath

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

Source from the content-addressed store, hash-verified

1304S32 GetNumMounts() { return sgMountSystem.getNumMounts(); }
1305String GetMountRoot( S32 index ) { return sgMountSystem.getMountRoot(index); }
1306String GetMountPath( S32 index ) { return sgMountSystem.getMountPath(index); }
1307String GetMountType( S32 index ) { return sgMountSystem.getMountType(index); }
1308
1309bool CreatePath(const Path& path)

Callers

nothing calls this directly

Calls 1

getMountPathMethod · 0.80

Tested by

no test coverage detected