소스 검색

Merge pull request #24431 from mateusfccp/master

Change *_slot to *_port on get_connection_list
Rémi Verschelde 6 년 전
부모
커밋
535cb52558
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/GraphEdit.xml

+ 1 - 1
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">