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

Method getLoadCount

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

Source from the content-addressed store, hash-verified

186 inline void increaseLoadCount( void ) { ++mLoadCount; }
187 inline void reduceLoadCount( void ) { --mLoadCount; }
188 inline S32 getLoadCount( void ) const { return mLoadCount; }
189 inline void setLocked( const bool status ) { mLocked = status; }
190 inline bool getLocked( void ) const { return mLocked; }
191 inline ModuleManager* getModuleManager( void ) const { return mpModuleManager; }

Callers 5

unloadModuleGroupMethod · 0.80
unloadModuleExplicitMethod · 0.80
findModulesMethod · 0.80
findModuleTypesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected