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

Method setCurrentAddSet

Engine/source/gui/editor/guiEditCtrl.cpp:2245–2254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2243//-----------------------------------------------------------------------------
2244
2245void GuiEditCtrl::setCurrentAddSet(GuiControl *ctrl, bool doclearSelection)
2246{
2247 if (ctrl != mCurrentAddSet)
2248 {
2249 if(doclearSelection)
2250 clearSelection();
2251
2252 mCurrentAddSet = ctrl;
2253 }
2254}
2255
2256//-----------------------------------------------------------------------------
2257

Callers 1

guiEditCtrl.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected