mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #97838 from CycloneRing/get_open_scenes_roots
EditorInterface: Add `get_open_scene_roots` to retrieve all opened scenes root nodes
This commit is contained in:
commit
fe778d2745
3 changed files with 25 additions and 5 deletions
|
|
@ -170,6 +170,7 @@ public:
|
|||
void reload_scene_from_path(const String &scene_path);
|
||||
|
||||
PackedStringArray get_open_scenes() const;
|
||||
TypedArray<Node> get_open_scene_roots() const;
|
||||
Node *get_edited_scene_root() const;
|
||||
|
||||
Error save_scene();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue