summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-12-16 17:50:01 +0100
committerYuri Sizov <yuris@humnom.net>2023-12-16 17:50:01 +0100
commit9c425c592fc626c7fb48d0f73ee2b2cee45c668b (patch)
treef2b7bb63ef7ba4eaba34a20cac4cc58bd9b5b5bb
parente63f1d44943d3cf73817b4df8b49c510a1b2bb38 (diff)
parent53ab38a34e8f7069ac5cabcc059319243079d950 (diff)
downloadredot-engine-9c425c592fc626c7fb48d0f73ee2b2cee45c668b.tar.gz
Merge pull request #86161 from ZeferinoI/patch-1
Update the description of the method get_connection_list in GraphEdit
-rw-r--r--doc/classes/GraphEdit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml
index 410efd6389..9765b10d22 100644
--- a/doc/classes/GraphEdit.xml
+++ b/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">