diff options
| author | Juan Linietsky | 2017-12-26 16:32:12 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-12-26 16:32:12 -0300 |
| commit | 57061413eb0ced8616f69c556b3add5fa45600a6 (patch) | |
| tree | f0b4406482d787a5613e9a9a1560a03544a91f42 /editor/editor_data.h | |
| parent | c858dbdc4e4f316148fbd63184d8a8c5a25ce279 (diff) | |
| download | godot-57061413eb0ced8616f69c556b3add5fa45600a6.tar.gz godot-57061413eb0ced8616f69c556b3add5fa45600a6.tar.zst godot-57061413eb0ced8616f69c556b3add5fa45600a6.zip | |
Diffstat (limited to 'editor/editor_data.h')
| -rw-r--r-- | editor/editor_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_data.h b/editor/editor_data.h index 33a4091a6..f15b7e37f 100644 --- a/editor/editor_data.h +++ b/editor/editor_data.h @@ -185,6 +185,7 @@ public: String get_scene_title(int p_idx) const; String get_scene_path(int p_idx) const; String get_scene_type(int p_idx) const; + void set_scene_path(int p_idx, const String &p_path); Ref<Script> get_scene_root_script(int p_idx) const; void set_edited_scene_version(uint64_t version, int p_scene_idx = -1); uint64_t get_edited_scene_version() const; |
