summaryrefslogtreecommitdiffstats
path: root/editor/editor_undo_redo_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_undo_redo_manager.h')
-rw-r--r--editor/editor_undo_redo_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_undo_redo_manager.h b/editor/editor_undo_redo_manager.h
index effa36a87c..e8c782871c 100644
--- a/editor/editor_undo_redo_manager.h
+++ b/editor/editor_undo_redo_manager.h
@@ -130,6 +130,7 @@ public:
bool is_history_unsaved(int p_idx);
bool has_undo();
bool has_redo();
+ bool has_history(int p_idx) const;
String get_current_action_name();
int get_current_action_history_id();