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

Method undo

Engine/source/util/undo.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void CompoundUndoAction::undo()
126{
127 Vector<UndoAction*>::iterator itr = mChildren.end() - 1;
128 for ( ; itr != mChildren.begin() - 1; itr-- )
129 (*itr)->undo();
130}
131
132void CompoundUndoAction::redo()
133{

Callers 10

GuiEditorInspectFieldsFunction · 0.45
GuiEditorFunction · 0.45
InspectorFunction · 0.45
GuiEditorInspectFieldsFunction · 0.45
GuiEditorFunction · 0.45
InspectorFunction · 0.45
undo.cppFile · 0.45
DefineConsoleMethodFunction · 0.45

Calls 8

executefFunction · 0.85
lastMethod · 0.80
endMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45
pop_backMethod · 0.45
push_backMethod · 0.45
pop_frontMethod · 0.45

Tested by 2

GuiEditorInspectFieldsFunction · 0.36
GuiEditorInspectFieldsFunction · 0.36