summaryrefslogtreecommitdiffstats
path: root/editor/editor_data.h
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-01-18 13:06:48 +0100
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-01-22 17:51:12 +0100
commit97b469c46d8a3225cc26b22952e408451192794e (patch)
tree4b1ea2c0c53b5de3bd2efff3c25b3f55ee6ad5c2 /editor/editor_data.h
parent0bcc0e92b3f0ac57d4c4650722f347593a258572 (diff)
downloadredot-engine-97b469c46d8a3225cc26b22952e408451192794e.tar.gz
[Editor] Add `EditorPlugin::scene_saved` signal
Matches the `EditorNode` one for parity with the exposed `resource_saved` signal
Diffstat (limited to 'editor/editor_data.h')
-rw-r--r--editor/editor_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_data.h b/editor/editor_data.h
index 01e9dc4b07..d1af400e87 100644
--- a/editor/editor_data.h
+++ b/editor/editor_data.h
@@ -236,6 +236,7 @@ public:
Dictionary restore_edited_scene_state(EditorSelection *p_selection, EditorSelectionHistory *p_history);
void notify_edited_scene_changed();
void notify_resource_saved(const Ref<Resource> &p_resource);
+ void notify_scene_saved(const String &p_path);
bool script_class_is_parent(const String &p_class, const String &p_inherits);
StringName script_class_get_base(const String &p_class) const;