Change *_slot to *_port on get_connection_list
This commit is contained in:
parent
0cff752be1
commit
6bb0439ce3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
<return type="Array">
|
<return type="Array">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_zoom_hbox">
|
<method name="get_zoom_hbox">
|
||||||
|
|
Loading…
Reference in a new issue