mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			42 lines
		
	
	
	
		
			967 B
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			42 lines
		
	
	
	
		
			967 B
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="UTF-8" ?> | ||
|  | <class name="VisualScriptFunctionState" inherits="Reference" category="Core" version="3.0.alpha.custom_build"> | ||
|  | 	<brief_description> | ||
|  | 	</brief_description> | ||
|  | 	<description> | ||
|  | 	</description> | ||
|  | 	<tutorials> | ||
|  | 	</tutorials> | ||
|  | 	<demos> | ||
|  | 	</demos> | ||
|  | 	<methods> | ||
|  | 		<method name="connect_to_signal"> | ||
|  | 			<return type="void"> | ||
|  | 			</return> | ||
|  | 			<argument index="0" name="obj" type="Object"> | ||
|  | 			</argument> | ||
|  | 			<argument index="1" name="signals" type="String"> | ||
|  | 			</argument> | ||
|  | 			<argument index="2" name="args" type="Array"> | ||
|  | 			</argument> | ||
|  | 			<description> | ||
|  | 			</description> | ||
|  | 		</method> | ||
|  | 		<method name="is_valid" qualifiers="const"> | ||
|  | 			<return type="bool"> | ||
|  | 			</return> | ||
|  | 			<description> | ||
|  | 			</description> | ||
|  | 		</method> | ||
|  | 		<method name="resume"> | ||
|  | 			<return type="Variant"> | ||
|  | 			</return> | ||
|  | 			<argument index="0" name="args" type="Array" default="null"> | ||
|  | 			</argument> | ||
|  | 			<description> | ||
|  | 			</description> | ||
|  | 		</method> | ||
|  | 	</methods> | ||
|  | 	<constants> | ||
|  | 	</constants> | ||
|  | </class> |