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

Method resolve

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

Source from the content-addressed store, hash-verified

464}
465
466FileNodeRef FileSystemRedirect::resolve(const Path& path)
467{
468 Path p = _merge(path);
469 FileSystemRef fs = mMFS->getFileSystem(p);
470 if (fs != NULL)
471 return fs->resolve(p);
472 return NULL;
473}
474
475FileNodeRef FileSystemRedirect::create(const Path& path,FileNode::Mode mode)
476{

Callers 15

updateFaceMethod · 0.45
updateReflectionMethod · 0.45
_updateBaseTextureMethod · 0.45
getFileNodeMethod · 0.45
isDirectoryMethod · 0.45
_renderMethod · 0.45
_renderMethod · 0.45
_renderMethod · 0.45
_renderMethod · 0.45
_renderMethod · 0.45
_renderToTextureMethod · 0.45

Calls 1

getFileSystemMethod · 0.80

Tested by

no test coverage detected