Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ undo
Method
undo
Engine/source/util/undo.cpp:126–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void CompoundUndoAction::undo()
127
{
128
Vector<UndoAction*>::iterator itr = mChildren.end() - 1;
129
for ( ; itr != mChildren.begin() - 1; itr-- )
130
(*itr)->undo();
131
}
132
133
void CompoundUndoAction::redo()
134
{
Callers
2
undo.cpp
File · 0.45
DefineEngineMethod
Function · 0.45
Calls
8
executef
Function · 0.85
end
Method · 0.45
begin
Method · 0.45
size
Method · 0.45
last
Method · 0.45
pop_back
Method · 0.45
push_back
Method · 0.45
pop_front
Method · 0.45
Tested by
no test coverage detected