Skip to content

Commit d285271

Browse files
committed
xml docs
1 parent 68917c9 commit d285271

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/classes/EditorInterface.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,20 @@
293293
Marks the current scene tab as unsaved.
294294
</description>
295295
</method>
296+
<method name="open_export_dialog">
297+
<return type="void" />
298+
<description>
299+
Opens the project export dialog window.
300+
</description>
301+
</method>
302+
<method name="open_project_settings">
303+
<return type="void" />
304+
<param index="0" name="general_page" type="String" />
305+
<param index="1" name="filter" type="String" />
306+
<description>
307+
Opens the project settings window at the specified [param general_page], with an optional [param filter] applied.
308+
</description>
309+
</method>
296310
<method name="open_scene_from_path">
297311
<return type="void" />
298312
<param index="0" name="scene_filepath" type="String" />
@@ -467,6 +481,13 @@
467481
Saves the currently active scene as a file at [param path].
468482
</description>
469483
</method>
484+
<method name="search_asset_library">
485+
<return type="void" />
486+
<param index="0" name="filter" type="String" />
487+
<description>
488+
Opens the Editor Asset Library and applies the specified [param filter] to the search bar.
489+
</description>
490+
</method>
470491
<method name="select_file">
471492
<return type="void" />
472493
<param index="0" name="file" type="String" />

0 commit comments

Comments
 (0)