| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | <?xml version="1.0" encoding="UTF-8" ?> | 
					
						
							| 
									
										
										
										
											2022-03-16 23:01:02 +01:00
										 |  |  | <class name="VisualScriptLists" inherits="VisualScriptNode" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 	<brief_description> | 
					
						
							|  |  |  | 		A Visual Script virtual class for in-graph editable nodes. | 
					
						
							|  |  |  | 	</brief_description> | 
					
						
							|  |  |  | 	<description> | 
					
						
							| 
									
										
										
										
											2020-11-20 09:52:31 +01:00
										 |  |  | 		A Visual Script virtual class that defines the shape and the default behavior of the nodes that have to be in-graph editable nodes. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 	</description> | 
					
						
							|  |  |  | 	<tutorials> | 
					
						
							|  |  |  | 	</tutorials> | 
					
						
							|  |  |  | 	<methods> | 
					
						
							|  |  |  | 		<method name="add_input_data_port"> | 
					
						
							| 
									
										
										
										
											2021-07-30 15:28:05 +02:00
										 |  |  | 			<return type="void" /> | 
					
						
							|  |  |  | 			<argument index="0" name="type" type="int" enum="Variant.Type" /> | 
					
						
							|  |  |  | 			<argument index="1" name="name" type="String" /> | 
					
						
							|  |  |  | 			<argument index="2" name="index" type="int" /> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 				Adds an input port to the Visual Script node. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 		<method name="add_output_data_port"> | 
					
						
							| 
									
										
										
										
											2021-07-30 15:28:05 +02:00
										 |  |  | 			<return type="void" /> | 
					
						
							|  |  |  | 			<argument index="0" name="type" type="int" enum="Variant.Type" /> | 
					
						
							|  |  |  | 			<argument index="1" name="name" type="String" /> | 
					
						
							|  |  |  | 			<argument index="2" name="index" type="int" /> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 				Adds an output port to the Visual Script node. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 		<method name="remove_input_data_port"> | 
					
						
							| 
									
										
										
										
											2021-07-30 15:28:05 +02:00
										 |  |  | 			<return type="void" /> | 
					
						
							|  |  |  | 			<argument index="0" name="index" type="int" /> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 				Removes an input port from the Visual Script node. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 		<method name="remove_output_data_port"> | 
					
						
							| 
									
										
										
										
											2021-07-30 15:28:05 +02:00
										 |  |  | 			<return type="void" /> | 
					
						
							|  |  |  | 			<argument index="0" name="index" type="int" /> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 				Removes an output port from the Visual Script node. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 		<method name="set_input_data_port_name"> | 
					
						
							| 
									
										
										
										
											2021-07-30 15:28:05 +02:00
										 |  |  | 			<return type="void" /> | 
					
						
							|  |  |  | 			<argument index="0" name="index" type="int" /> | 
					
						
							|  |  |  | 			<argument index="1" name="name" type="String" /> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 				Sets the name of an input port. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 		<method name="set_input_data_port_type"> | 
					
						
							| 
									
										
										
										
											2021-07-30 15:28:05 +02:00
										 |  |  | 			<return type="void" /> | 
					
						
							|  |  |  | 			<argument index="0" name="index" type="int" /> | 
					
						
							|  |  |  | 			<argument index="1" name="type" type="int" enum="Variant.Type" /> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 				Sets the type of an input port. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 		<method name="set_output_data_port_name"> | 
					
						
							| 
									
										
										
										
											2021-07-30 15:28:05 +02:00
										 |  |  | 			<return type="void" /> | 
					
						
							|  |  |  | 			<argument index="0" name="index" type="int" /> | 
					
						
							|  |  |  | 			<argument index="1" name="name" type="String" /> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 				Sets the name of an output port. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 		<method name="set_output_data_port_type"> | 
					
						
							| 
									
										
										
										
											2021-07-30 15:28:05 +02:00
										 |  |  | 			<return type="void" /> | 
					
						
							|  |  |  | 			<argument index="0" name="index" type="int" /> | 
					
						
							|  |  |  | 			<argument index="1" name="type" type="int" enum="Variant.Type" /> | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 				Sets the type of an output port. | 
					
						
							| 
									
										
										
										
											2019-09-14 00:44:12 +05:30
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 	</methods> | 
					
						
							|  |  |  | 	<constants> | 
					
						
							|  |  |  | 	</constants> | 
					
						
							|  |  |  | </class> |