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

Method getFieldDictionary

Engine/source/console/simObject.h:530–530  ·  view source on GitHub ↗

Get reference to the dictionary containing dynamic fields. See @ref simobject_console "here" for a detailed discussion of what this function does. This dictionary can be iterated over using a SimFieldDictionaryIterator.

Source from the content-addressed store, hash-verified

528 ///
529 /// This dictionary can be iterated over using a SimFieldDictionaryIterator.
530 SimFieldDictionary * getFieldDictionary() {return(mFieldDictionary);}
531
532 // Component Information
533 inline virtual StringTableEntry getComponentName() { return StringTable->insert( getClassName() ); };

Callers 11

simObject.cppFile · 0.80
updateObjectMethod · 0.80
compileDynamicFieldsMethod · 0.80
inspectGroupMethod · 0.80
renameFieldMethod · 0.80
inspectGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected