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

Function GetFileNode

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

Source from the content-addressed store, hash-verified

1203}
1204
1205FileNodeRef GetFileNode(const Path &path)
1206{
1207 return sgMountSystem.getFileNode(path);
1208}
1209
1210bool MapFSPath( const String &inRoot, const Path &inPath, Path &outPath )
1211{

Callers 9

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

Calls 1

getFileNodeMethod · 0.80

Tested by

no test coverage detected