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

Method getPath

Engine/source/assets/declaredAssets.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61 inline void setPath( const char* pPath ) { mPath = StringTable->insert( pPath ); }
62 inline StringTableEntry getPath( void ) const { return mPath; }
63 inline void setExtension( const char* pPath ) { mExtension = StringTable->insert( pPath ); }
64 inline StringTableEntry getExtension( void ) const { return mExtension; }
65 inline void setRecurse( const bool recurse ) { mRecurse = recurse; }

Callers 5

scanDeclaredAssetsMethod · 0.45
scanReferencedAssetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected