@@ -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 index="2" name="destination" type="String" default="">
+ <argument index="2" name="destination" type="String" default="""">
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.