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

Method redo

Engine/source/util/undo.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void CompoundUndoAction::redo()
134{
135 Vector<UndoAction*>::iterator itr = mChildren.begin();
136 for ( ; itr != mChildren.end(); itr++ )
137 (*itr)->redo();
138}
139
140void CompoundUndoAction::onDeleteNotify( SimObject* object )
141{

Callers 2

undo.cppFile · 0.45
DefineEngineMethodFunction · 0.45

Calls 8

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

Tested by

no test coverage detected