|
@@ -76,6 +76,12 @@
|
|
Returns the [ScriptEditor].
|
|
Returns the [ScriptEditor].
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
|
|
+ <method name="get_selected_path" qualifiers="const">
|
|
|
|
+ <return type="String">
|
|
|
|
+ </return>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
<method name="get_selection">
|
|
<method name="get_selection">
|
|
<return type="EditorSelection">
|
|
<return type="EditorSelection">
|
|
</return>
|
|
</return>
|
|
@@ -141,6 +147,14 @@
|
|
Saves the scene as a file at [code]path[/code].
|
|
Saves the scene as a file at [code]path[/code].
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
|
|
+ <method name="select_file">
|
|
|
|
+ <return type="void">
|
|
|
|
+ </return>
|
|
|
|
+ <argument index="0" name="p_file" type="String">
|
|
|
|
+ </argument>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
</methods>
|
|
</methods>
|
|
<constants>
|
|
<constants>
|
|
</constants>
|
|
</constants>
|