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

Method editorDisabled

Engine/source/gui/worldEditor/editor.cpp:108–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void EditManager::editorDisabled()
109{
110 for(SimGroupIterator itr(Sim::getRootGroup()); *itr; ++itr)
111 {
112 SimObject *so = *itr;
113 AssertFatal(so->isProperlyAdded() && !so->isRemoved(), "bad");
114 so->onEditorDisable();
115 }
116
117 gEditingMission = false;
118}
119
120//------------------------------------------------------------------------------
121

Callers 1

editor.cppFile · 0.80

Calls 4

getRootGroupFunction · 0.85
isProperlyAddedMethod · 0.80
isRemovedMethod · 0.80
onEditorDisableMethod · 0.45

Tested by

no test coverage detected