| 158 | inline void setDestroyFunction( const char* pDestroyFunction ) { if ( checkUnlocked() ) { mDestroyFunction = StringTable->insert(pDestroyFunction); } } |
| 159 | inline StringTableEntry getDestroyFunction( void ) const { return mDestroyFunction; } |
| 160 | inline SimObjectId getScopeSet( void ) const { return mScopeSet; } |
| 161 | |
| 162 | /// Module assets. |
| 163 | inline void setAssetTagsManifest( const char* pTagsAssetManifest ) { if ( checkUnlocked() ) { mAssetTagsManifest = StringTable->insert(pTagsAssetManifest); } } |
nothing calls this directly
no test coverage detected