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

Method resolveLoose

Engine/source/core/volume.h:311–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310 virtual FileNodeRef resolve(const Path& path) = 0;
311 virtual FileNodeRef resolveLoose(const Path& path) { return resolve(path); }
312 virtual FileNodeRef create(const Path& path,FileNode::Mode) = 0;
313 virtual bool remove(const Path& path) = 0;
314 virtual bool rename(const Path& a,const Path& b) = 0;

Callers 1

findByPatternMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected