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

Function DefineEngineMethod

Engine/source/gui/editor/guiEditCtrl.cpp:2511–2514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2509//-----------------------------------------------------------------------------
2510
2511DefineEngineMethod( GuiEditCtrl, addSelection, void, (S32 id), , "selects a control.")
2512{
2513 object->addSelection(id);
2514}
2515
2516//-----------------------------------------------------------------------------
2517

Callers 1

guiEditCtrl.cppFile · 0.70

Calls 9

setEditModeMethod · 0.80
bringToFrontMethod · 0.80
pushToBackMethod · 0.80
selectAllMethod · 0.80
setSnapToGridMethod · 0.80
addSelectionMethod · 0.45
removeSelectionMethod · 0.45
clearSelectionMethod · 0.45
isActiveMethod · 0.45

Tested by

no test coverage detected