| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | <?xml version="1.0" encoding="UTF-8" ?> | 
					
						
							| 
									
										
										
										
											2021-04-26 13:14:51 +02:00
										 |  |  | <class name="VisualScriptSelect" inherits="VisualScriptNode" version="3.4"> | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	<brief_description> | 
					
						
							| 
									
										
										
										
											2017-10-15 11:48:13 -07:00
										 |  |  | 		Chooses between two input values. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	</brief_description> | 
					
						
							|  |  |  | 	<description> | 
					
						
							| 
									
										
										
										
											2017-10-15 11:48:13 -07:00
										 |  |  | 		Chooses between two input values based on a Boolean condition. | 
					
						
							|  |  |  | 		[b]Input Ports:[/b] | 
					
						
							|  |  |  | 		- Data (boolean): [code]cond[/code] | 
					
						
							|  |  |  | 		- Data (variant): [code]a[/code] | 
					
						
							|  |  |  | 		- Data (variant): [code]b[/code] | 
					
						
							|  |  |  | 		[b]Output Ports:[/b] | 
					
						
							|  |  |  | 		- Data (variant): [code]out[/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="type" type="int" setter="set_typed" getter="get_typed" enum="Variant.Type" default="0"> | 
					
						
							| 
									
										
										
										
											2017-10-15 11:48:13 -07:00
										 |  |  | 			The input variables' type. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 		</member> | 
					
						
							|  |  |  | 	</members> | 
					
						
							|  |  |  | 	<constants> | 
					
						
							|  |  |  | 	</constants> | 
					
						
							|  |  |  | </class> |