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.
| 536 | /// |
| 537 | /// This dictionary can be iterated over using a SimFieldDictionaryIterator. |
| 538 | SimFieldDictionary * getFieldDictionary() {return(mFieldDictionary);} |
| 539 | |
| 540 | // Component Information |
| 541 | inline virtual StringTableEntry getComponentName() { return StringTable->insert( getClassName() ); }; |
no outgoing calls
no test coverage detected