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

Function DefineConsoleMethod

Engine/source/gui/editor/guiEditCtrl.cpp:2498–2501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2496//-----------------------------------------------------------------------------
2497
2498DefineConsoleMethod( GuiEditCtrl, addSelection, void, (S32 id), , "selects a control.")
2499{
2500 object->addSelection(id);
2501}
2502
2503//-----------------------------------------------------------------------------
2504

Callers 2

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