mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			516 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			516 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8" ?>
 | 
						|
<class name="VisualScriptSelf" inherits="VisualScriptNode" category="Core" version="3.0-beta">
 | 
						|
	<brief_description>
 | 
						|
		Outputs a reference to the current instance.
 | 
						|
	</brief_description>
 | 
						|
	<description>
 | 
						|
		Provides a reference to the node running the visual script.
 | 
						|
		[b]Input Ports:[/b]
 | 
						|
		none
 | 
						|
		[b]Output Ports:[/b]
 | 
						|
		- Data (object): [code]instance[/code]
 | 
						|
	</description>
 | 
						|
	<tutorials>
 | 
						|
	</tutorials>
 | 
						|
	<demos>
 | 
						|
	</demos>
 | 
						|
	<methods>
 | 
						|
	</methods>
 | 
						|
	<constants>
 | 
						|
	</constants>
 | 
						|
</class>
 |