summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorInterface.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-01-07 01:37:45 +0100
committerRémi Verschelde <rverschelde@gmail.com>2018-01-07 01:37:45 +0100
commit29e68aa40e3effa1946b3889021b8c61a933c05c (patch)
tree4d3e09f5726dfb0ebffb340de694d1fe8e345721 /doc/classes/EditorInterface.xml
parent8c7b6feb5f6b9aba41b1fd9e54d33fa4bcf4c3cf (diff)
downloadredot-engine-29e68aa40e3effa1946b3889021b8c61a933c05c.tar.gz
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/EditorInterface.xml')
-rw-r--r--doc/classes/EditorInterface.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml
index 4bbbac8cf7..db715d2379 100644
--- a/doc/classes/EditorInterface.xml
+++ b/doc/classes/EditorInterface.xml
@@ -76,6 +76,12 @@
Returns the [ScriptEditor].
</description>
</method>
+ <method name="get_selected_path" qualifiers="const">
+ <return type="String">
+ </return>
+ <description>
+ </description>
+ </method>
<method name="get_selection">
<return type="EditorSelection">
</return>
@@ -141,6 +147,14 @@
Saves the scene as a file at [code]path[/code].
</description>
</method>
+ <method name="select_file">
+ <return type="void">
+ </return>
+ <argument index="0" name="p_file" type="String">
+ </argument>
+ <description>
+ </description>
+ </method>
</methods>
<constants>
</constants>