| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | <?xml version="1.0" encoding="UTF-8" ?> | 
					
						
							| 
									
										
										
										
											2021-11-05 15:02:42 +01:00
										 |  |  | <class name="VisualScriptOperator" inherits="VisualScriptNode" version="3.5"> | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	<brief_description> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 		A Visual Script node that performs an operation on two values. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	</brief_description> | 
					
						
							|  |  |  | 	<description> | 
					
						
							| 
									
										
										
										
											2017-10-06 09:00:57 -07:00
										 |  |  | 		[b]Input Ports:[/b] | 
					
						
							|  |  |  | 		- Data (variant): [code]A[/code] | 
					
						
							|  |  |  | 		- Data (variant): [code]B[/code] | 
					
						
							|  |  |  | 		[b]Output Ports:[/b] | 
					
						
							| 
									
										
										
										
											2017-10-14 20:11:00 -07:00
										 |  |  | 		- Data (variant): [code]result[/code] | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	</description> | 
					
						
							|  |  |  | 	<tutorials> | 
					
						
							|  |  |  | 	</tutorials> | 
					
						
							|  |  |  | 	<methods> | 
					
						
							|  |  |  | 	</methods> | 
					
						
							|  |  |  | 	<members> | 
					
						
							| 
									
										
										
										
											2019-06-29 12:38:01 +02:00
										 |  |  | 		<member name="operator" type="int" setter="set_operator" getter="get_operator" enum="Variant.Operator" default="6"> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 			The operation to be performed. See [enum Variant.Operator] for available options. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 		</member> | 
					
						
							| 
									
										
										
										
											2019-06-29 12:38:01 +02:00
										 |  |  | 		<member name="type" type="int" setter="set_typed" getter="get_typed" enum="Variant.Type" default="0"> | 
					
						
							| 
									
										
										
										
											2020-10-12 19:37:50 +02:00
										 |  |  | 			The type of the values for this operation. See [enum Variant.Type] for available options. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 		</member> | 
					
						
							|  |  |  | 	</members> | 
					
						
							|  |  |  | 	<constants> | 
					
						
							|  |  |  | 	</constants> | 
					
						
							|  |  |  | </class> |