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

Method setPath

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

Source from the content-addressed store, hash-verified

59 static void initPersistFields();
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; }

Callers 12

buildFileListFunction · 0.45
copySketchupTextureFunction · 0.45
resolveImagePathMethod · 0.45
findTextureMethod · 0.45
_loadLegacyMethod · 0.45
createMethod · 0.45
FileSystemRedirectMethod · 0.45
_mergeMethod · 0.45
_normalizeMethod · 0.45
setCwdMethod · 0.45
createPathMethod · 0.45
MakeUniquePathFunction · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected