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

Method setCurrentAddSet

Engine/source/gui/editor/guiEditCtrl.cpp:2232–2241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2230//-----------------------------------------------------------------------------
2231
2232void GuiEditCtrl::setCurrentAddSet(GuiControl *ctrl, bool doclearSelection)
2233{
2234 if (ctrl != mCurrentAddSet)
2235 {
2236 if(doclearSelection)
2237 clearSelection();
2238
2239 mCurrentAddSet = ctrl;
2240 }
2241}
2242
2243//-----------------------------------------------------------------------------
2244

Callers 5

guiEditor.ed.csFile · 0.80
GuiEditorTreeViewFunction · 0.80
guiEditor.ed.csFile · 0.80
GuiEditorTreeViewFunction · 0.80
guiEditCtrl.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected