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

Method mapFrom

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

Source from the content-addressed store, hash-verified

511}
512
513Path FileSystemRedirect::mapFrom(const Path& path)
514{
515 Path p = _merge(path);
516 FileSystemRef fs = mMFS->getFileSystem(p);
517 if (fs != NULL)
518 return fs->mapFrom(p);
519 return NULL;
520}
521
522//-----------------------------------------------------------------------------
523

Callers 2

cleanPathMethod · 0.45
mapFSPathMethod · 0.45

Calls 1

getFileSystemMethod · 0.80

Tested by

no test coverage detected