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

Method removeSelection

Engine/source/gui/editor/guiEditCtrl.cpp:1018–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1016//-----------------------------------------------------------------------------
1017
1018void GuiEditCtrl::removeSelection( S32 id )
1019{
1020 GuiControl * ctrl;
1021 if ( Sim::findObject( id, ctrl ) )
1022 removeSelection( ctrl );
1023}
1024
1025//-----------------------------------------------------------------------------
1026

Callers 1

DefineEngineMethodFunction · 0.45

Calls 5

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

Tested by

no test coverage detected