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

Method addSelection

Engine/source/gui/editor/guiEditCtrl.cpp:976–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974//-----------------------------------------------------------------------------
975
976void GuiEditCtrl::addSelection(S32 id)
977{
978 GuiControl * ctrl;
979 if( Sim::findObject( id, ctrl ) )
980 addSelection( ctrl );
981}
982
983//-----------------------------------------------------------------------------
984

Callers 1

DefineEngineMethodFunction · 0.45

Calls 5

getContentControlFunction · 0.85
findObjectFunction · 0.50
push_backMethod · 0.45
sizeMethod · 0.45
getParentMethod · 0.45

Tested by

no test coverage detected