diff options
| author | Rémi Verschelde | 2018-01-07 01:37:45 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-07 01:37:45 +0100 |
| commit | 29e68aa40e3effa1946b3889021b8c61a933c05c (patch) | |
| tree | 4d3e09f5726dfb0ebffb340de694d1fe8e345721 /doc | |
| parent | 8c7b6feb5f6b9aba41b1fd9e54d33fa4bcf4c3cf (diff) | |
| download | godot-29e68aa40e3effa1946b3889021b8c61a933c05c.tar.gz godot-29e68aa40e3effa1946b3889021b8c61a933c05c.tar.zst godot-29e68aa40e3effa1946b3889021b8c61a933c05c.zip | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/classes/EditorInterface.xml | 14 | ||||
| -rw-r--r-- | doc/classes/EditorPlugin.xml | 4 |
2 files changed, 15 insertions, 3 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 4bbbac8cf..db715d237 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> diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index ada0ee56a..150584582 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -136,9 +136,7 @@ <method name="forward_canvas_gui_input" qualifiers="virtual"> <return type="bool"> </return> - <argument index="0" name="canvas_xform" type="Transform2D"> - </argument> - <argument index="1" name="event" type="InputEvent"> + <argument index="0" name="event" type="InputEvent"> </argument> <description> </description> |
