From 53ab38a34e8f7069ac5cabcc059319243079d950 Mon Sep 17 00:00:00 2001
From: ZeferinoI <95325186+ZeferinoI@users.noreply.github.com>
Date: Thu, 14 Dec 2023 23:09:43 +0800
Subject: [PATCH] Update the description of the method get_connection_line in
GraphEdit.xml
The form should be like { from_port: 0, from_node: "GraphNode name 0", to_port: 1, to_node: "GraphNode name 1" }
---
doc/classes/GraphEdit.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml
index 410efd6389b..9765b10d227 100644
--- a/doc/classes/GraphEdit.xml
+++ b/doc/classes/GraphEdit.xml
@@ -154,7 +154,7 @@
- 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].