MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / clearFields

Method clearFields

Engine/source/gui/editor/inspector/dynamicGroup.cpp:185–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void GuiInspectorDynamicGroup::clearFields()
186{
187 // save mAddCtrl
188 Sim::getGuiGroup()->addObject(mAddCtrl);
189 // delete everything else
190 mStack->clear();
191 // clear the mChildren list.
192 mChildren.clear();
193 // and restore.
194 mStack->addObject(mAddCtrl);
195}
196
197SimFieldDictionary::Entry* GuiInspectorDynamicGroup::findDynamicFieldInDictionary( StringTableEntry fieldName )
198{

Callers

nothing calls this directly

Calls 2

addObjectMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected