Преглед на файлове

Sync classref with current source

Rémi Verschelde преди 5 години
родител
ревизия
50582446ad
променени са 2 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 6 0
      doc/classes/GraphEdit.xml
  2. 1 1
      doc/classes/ProjectSettings.xml

+ 6 - 0
doc/classes/GraphEdit.xml

@@ -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].

+ 1 - 1
doc/classes/ProjectSettings.xml

@@ -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.