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

Method removeSelection

Engine/source/gui/editor/guiEditCtrl.cpp:1005–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1003//-----------------------------------------------------------------------------
1004
1005void GuiEditCtrl::removeSelection( S32 id )
1006{
1007 GuiControl * ctrl;
1008 if ( Sim::findObject( id, ctrl ) )
1009 removeSelection( ctrl );
1010}
1011
1012//-----------------------------------------------------------------------------
1013

Callers 7

guiEditor.ed.csFile · 0.45
GuiEditorTreeViewFunction · 0.45
WorldEditorFunction · 0.45
guiEditor.ed.csFile · 0.45
GuiEditorTreeViewFunction · 0.45
WorldEditorFunction · 0.45
DefineConsoleMethodFunction · 0.45

Calls 5

findFunction · 0.85
findObjectFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected