Sync classref with current source
This commit is contained in:
parent
a54a7542c9
commit
50582446ad
|
@ -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].
|
||||
|
|
|
@ -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="""">
|
||||
</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.
|
||||
|
|
Loading…
Reference in New Issue