MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / startUndo

Method startUndo

radiantcore/undo/UndoSystem.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void UndoSystem::startUndo()
141{
142 _undoStack.start("unnamedCommand");
143 setActiveUndoStack(&_undoStack);
144}
145
146bool UndoSystem::finishUndo(const std::string& command)
147{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected