mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
doc: Sync classref with current source
This commit is contained in:
parent
8c7b6feb5f
commit
29e68aa40e
3 changed files with 17 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue