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

Method getModuleId

Engine/source/module/moduleDefinition.h:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 /// Module definition.
130 inline void setModuleId( const char* pModuleId ) { if ( checkUnlocked() ) { mModuleId = StringTable->insert(pModuleId); } }
131 inline StringTableEntry getModuleId( void ) const { return mModuleId; }
132 inline void setVersionId( const U32 versionId ) { if ( checkUnlocked() ) { mVersionId = versionId; } }
133 inline U32 getVersionId( void ) const { return mVersionId; }
134 inline void setBuildId( const U32 buildId ) { if ( checkUnlocked() ) { mBuildId = buildId; } }

Callers 15

onDeleteNotifyMethod · 0.80
loadModuleGroupMethod · 0.80
unloadModuleGroupMethod · 0.80
loadModuleExplicitMethod · 0.80
unloadModuleExplicitMethod · 0.80
findLoadedModuleMethod · 0.80
copyModuleMethod · 0.80
canMergeModulesMethod · 0.80
mergeModulesMethod · 0.80
clearDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected