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

Method setEditMode

Engine/source/gui/editor/guiEditCtrl.cpp:2222–2229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2220//-----------------------------------------------------------------------------
2221
2222void GuiEditCtrl::setEditMode(bool value)
2223{
2224 mActive = value;
2225
2226 clearSelection();
2227 if( mActive && mAwake )
2228 mCurrentAddSet = NULL;
2229}
2230
2231//-----------------------------------------------------------------------------
2232

Callers 1

DefineEngineMethodFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected