Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5912
void EditorNode::undo() {
5913
_menu_option_confirm(SCENE_UNDO, true);
5914
}
5915
5916
void EditorNode::redo() {
5917
_menu_option_confirm(SCENE_REDO, true);
Callers
15
_menu_option_confirm
Method · 0.45
cancel_pressed
Method · 0.45
cancel_pressed
Method · 0.45
shortcut_input
Method · 0.45
shortcut_input
Method · 0.45
_edit_option
Method · 0.45
_edit_option
Method · 0.45
_menu_option
Method · 0.45
shortcut_input
Method · 0.45
shortcut_input
Method · 0.45
shortcut_input
Method · 0.45
seek_history
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected