MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / GetFileNode

Function GetFileNode

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

Source from the content-addressed store, hash-verified

1044}
1045
1046FileNodeRef GetFileNode(const Path &path)
1047{
1048 return sgMountSystem.getFileNode(path);
1049}
1050
1051bool MapFSPath( const String &inRoot, const Path &inPath, Path &outPath )
1052{

Callers 8

executeFileFunction · 0.85
compiledFileNeedsUpdateFunction · 0.85
getChecksumMethod · 0.85
processCacheMethod · 0.85
preloadMethod · 0.85
preloadMethod · 0.85
preloadMethod · 0.85

Calls 1

getFileNodeMethod · 0.80

Tested by

no test coverage detected