diff options
| author | Juan Linietsky | 2015-07-26 10:44:10 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-07-26 10:44:35 -0300 |
| commit | 07c99e11f5939699fefa10fab0b898ddc9246f85 (patch) | |
| tree | e78399383955a8574547652336e4bfd8c066f198 /tools/editor/editor_data.h | |
| parent | 18cbcdafbaa047d97d03dcf3cba36f384e242158 (diff) | |
| download | godot-07c99e11f5939699fefa10fab0b898ddc9246f85.tar.gz godot-07c99e11f5939699fefa10fab0b898ddc9246f85.tar.zst godot-07c99e11f5939699fefa10fab0b898ddc9246f85.zip | |
QOL, script buttons in scene tabs
Diffstat (limited to 'tools/editor/editor_data.h')
| -rw-r--r-- | tools/editor/editor_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_data.h b/tools/editor/editor_data.h index 52e86639f..14a50da08 100644 --- a/tools/editor/editor_data.h +++ b/tools/editor/editor_data.h @@ -178,6 +178,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; + Ref<Script> get_scene_root_script(int p_idx) const; void set_edited_scene_version(uint64_t version); uint64_t get_edited_scene_version() const; uint64_t get_scene_version(int p_idx) const; |
