Sync classref with current source

This commit is contained in:
Rémi Verschelde 2020-04-17 13:43:43 +02:00
parent a54a7542c9
commit 50582446ad
2 changed files with 7 additions and 1 deletions

View File

@ -273,6 +273,12 @@
Emitted when a GraphNode is selected.
</description>
</signal>
<signal name="node_unselected">
<argument index="0" name="node" type="Node">
</argument>
<description>
</description>
</signal>
<signal name="paste_nodes_request">
<description>
Emitted when the user presses [code]Ctrl + V[/code].

View File

@ -92,7 +92,7 @@
</argument>
<argument index="1" name="replace_files" type="bool" default="true">
</argument>
<argument index="2" name="destination" type="String" default="">
<argument index="2" name="destination" type="String" default="&quot;&quot;">
</argument>
<description>
Loads the contents of the .pck or .zip file specified by [code]pack[/code] into the resource filesystem ([code]res://[/code]) at the [code]destination[/code] path, if given. Returns [code]true[/code] on success.