mirror of https://github.com/godotengine/godot
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" }
This commit is contained in:
parent
aa5b6ed13e
commit
53ab38a34e
|
|
@ -154,7 +154,7 @@
|
||||||
<method name="get_connection_list" qualifiers="const">
|
<method name="get_connection_list" qualifiers="const">
|
||||||
<return type="Dictionary[]" />
|
<return type="Dictionary[]" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_menu_hbox">
|
<method name="get_menu_hbox">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue