MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / undo

Method undo

editor/editor_node.cpp:5912–5914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5910}
5911
5912void EditorNode::undo() {
5913 _menu_option_confirm(SCENE_UNDO, true);
5914}
5915
5916void EditorNode::redo() {
5917 _menu_option_confirm(SCENE_REDO, true);

Callers 15

_menu_option_confirmMethod · 0.45
cancel_pressedMethod · 0.45
cancel_pressedMethod · 0.45
shortcut_inputMethod · 0.45
shortcut_inputMethod · 0.45
_edit_optionMethod · 0.45
_edit_optionMethod · 0.45
_menu_optionMethod · 0.45
shortcut_inputMethod · 0.45
shortcut_inputMethod · 0.45
shortcut_inputMethod · 0.45
seek_historyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected