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

Method clearSelection

Engine/source/gui/editor/guiEditCtrl.cpp:948–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946//-----------------------------------------------------------------------------
947
948void GuiEditCtrl::clearSelection(void)
949{
950 mSelectedControls.clear();
951 onClearSelected_callback();
952}
953
954//-----------------------------------------------------------------------------
955

Callers 2

selectWithinMethod · 0.45
DefineEngineMethodFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected