Add EditorInterface::get_unsaved_scenes()
Co-Authored-By: Nikita <69168929+nikitalita@users.noreply.github.com>
This commit is contained in:
parent
a3e84cc2af
commit
11d7e298dd
5 changed files with 25 additions and 7 deletions
|
|
@ -242,6 +242,12 @@
|
|||
Returns the editor's [EditorSelection] instance.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_unsaved_scenes" qualifiers="const">
|
||||
<return type="PackedStringArray" />
|
||||
<description>
|
||||
Returns an array of file paths of currently unsaved scenes.
|
||||
</description>
|
||||
</method>
|
||||
<method name="inspect_object">
|
||||
<return type="void" />
|
||||
<param index="0" name="object" type="Object" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue