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

Method clearAll

Engine/source/util/undo.cpp:216–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void UndoManager::clearAll()
217{
218 clearStack(mUndoStack);
219 clearStack(mRedoStack);
220
221 Con::executef(this, "onClear");
222}
223
224//-----------------------------------------------------------------------------
225void UndoManager::clearStack(Vector<UndoAction*> &stack)

Callers 1

DefineEngineMethodFunction · 0.45

Calls 1

executefFunction · 0.85

Tested by

no test coverage detected