Torque3D Documentation / _generateds / SimNameDictionary

SimNameDictionary

Engine/source/console/simDictionary.h

Map of names to SimObjects.

More...

Private Types

enum
_Anonymous_ {  DefaultTableSize = 29
}

Detailed Description

Map of names to SimObjects.

Provides fast lookup for name->object and for fast removal of an object given object*

Private Types

@59

Enumerator

DefaultTableSize = 29

Private Attributes

S32 hashEntryCount 
SimObject ** hashTable 
S32 hashTableSize 
void * mutex