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

Method redo

editor/editor_node.cpp:5916–5918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5914}
5915
5916void EditorNode::redo() {
5917 _menu_option_confirm(SCENE_REDO, true);
5918}
5919
5920bool EditorNode::ensure_main_scene(bool p_from_native) {
5921 pick_main_scene->set_meta("from_native", p_from_native); // Whether from play button or native run.

Callers 13

_menu_option_confirmMethod · 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
test_text_edit.hFile · 0.45
test_code_edit.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected