File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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" />
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" />
You can’t perform that action at this time.
0 commit comments