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

Method editorEnabled

Engine/source/gui/worldEditor/editor.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98// This is a quick fix and this system is still "begging" for a remake.
99
100void EditManager::editorEnabled()
101{
102 for(SimGroupIterator itr(Sim::getRootGroup()); *itr; ++itr)
103 (*itr)->onEditorEnable();
104
105 gEditingMission = true;
106}
107
108void EditManager::editorDisabled()
109{

Callers 1

editor.cppFile · 0.80

Calls 2

getRootGroupFunction · 0.85
onEditorEnableMethod · 0.45

Tested by

no test coverage detected