summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-12-18 07:42:39 +0100
committerGitHub <noreply@github.com>2018-12-18 07:42:39 +0100
commit535cb52558e68dc1ca44e3a42fbf00297e44d5ab (patch)
tree0188c3c01aaa1b5ea63c9a73ab3f00aec4cd3e28 /doc/classes
parent0cff752be1f6c6a61ad72bcdf340c06d08277081 (diff)
parent6bb0439ce37c57d4edcdc7e94793a55d5a163ee5 (diff)
Merge pull request #24431 from mateusfccp/master
Change *_slot to *_port on get_connection_list
Diffstat (limited to 'doc/classes')
-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 ce0b619d67..5ac3db1e8e 100644
--- a/doc/classes/GraphEdit.xml
+++ b/doc/classes/GraphEdit.xml
@@ -82,7 +82,7 @@
<return type="Array">
</return>
<description>
- Return an Array containing the list of connections. A connection consists in a structure of the form {from_slot: 0, from: "GraphNode name 0", to_slot: 1, to: "GraphNode name 1" }
+ Return an Array containing the list of connections. A connection consists in a structure of the form {from_port: 0, from: "GraphNode name 0", to_port: 1, to: "GraphNode name 1" }
</description>
</method>
<method name="get_zoom_hbox">