EditorInterface: Add get_open_scene_roots to retrieve all opened scenes root nodes
This commit is contained in:
parent
b24656090f
commit
144d95d96c
3 changed files with 25 additions and 5 deletions
|
|
@ -156,10 +156,16 @@
|
|||
[b]Warning:[/b] Removing and freeing this node will render a part of the editor useless and may cause a crash.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_open_scene_roots" qualifiers="const">
|
||||
<return type="Node[]" />
|
||||
<description>
|
||||
Returns an array with references to the root nodes of the currently opened scenes.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_open_scenes" qualifiers="const">
|
||||
<return type="PackedStringArray" />
|
||||
<description>
|
||||
Returns an [Array] with the file paths of the currently opened scenes.
|
||||
Returns an array with the file paths of the currently opened scenes.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_playing_scene" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue