Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ edit_previous_item
Method
edit_previous_item
editor/editor_node.cpp:2669–2673 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2667
}
2668
2669
void EditorNode::edit_previous_item() {
2670
if (editor_history.previous()) {
2671
_edit_current();
2672
}
2673
}
2674
2675
void EditorNode::push_item_no_inspector(Object *p_object) {
2676
_add_to_history(p_object,
""
, false);
Callers
1
_add_callback
Method · 0.80
Calls
1
previous
Method · 0.80
Tested by
no test coverage detected