浏览代码

Merge pull request #86161 from ZeferinoI/patch-1

Update the description of the method get_connection_list in GraphEdit
Yuri Sizov 1 年之前
父节点
当前提交
9c425c592f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/GraphEdit.xml

+ 1 - 1
doc/classes/GraphEdit.xml

@@ -154,7 +154,7 @@
 		<method name="get_connection_list" qualifiers="const">
 			<return type="Dictionary[]" />
 			<description>
-				Returns an Array containing the list of connections. A connection consists in a structure of the form [code]{ from_port: 0, from: "GraphNode name 0", to_port: 1, to: "GraphNode name 1" }[/code].
+				Returns an Array containing the list of connections. A connection consists in a structure of the form [code]{ from_port: 0, from_node: "GraphNode name 0", to_port: 1, to_node: "GraphNode name 1" }[/code].
 			</description>
 		</method>
 		<method name="get_menu_hbox">