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

Method appendPath

Engine/source/core/util/path.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264bool Path::appendPath( const Path &p )
265{
266 mPath = CompressPath(Join(mPath,'/',p.getPath()));
267 mIsDirtyPath = true;
268 return true;
269}
270
271const String &Path::getFullFileName() const
272{

Callers 5

resolveImagePathMethod · 0.80
dumpMethod · 0.80
dumpFilesMethod · 0.80
dumpDirectoriesMethod · 0.80
createPathMethod · 0.80

Calls 1

getPathMethod · 0.45

Tested by

no test coverage detected