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.
| 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() ); }; |
no outgoing calls
no test coverage detected