mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			578 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			578 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8" ?>
 | 
						|
<class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" category="Core" version="3.2">
 | 
						|
	<brief_description>
 | 
						|
		A Visual Script node returning a singleton from [@GlobalScope]
 | 
						|
	</brief_description>
 | 
						|
	<description>
 | 
						|
		A Visual Script node returning a singleton from [@GlobalScope]
 | 
						|
	</description>
 | 
						|
	<tutorials>
 | 
						|
	</tutorials>
 | 
						|
	<methods>
 | 
						|
	</methods>
 | 
						|
	<members>
 | 
						|
		<member name="constant" type="String" setter="set_singleton" getter="get_singleton">
 | 
						|
			The singleton's name.
 | 
						|
		</member>
 | 
						|
	</members>
 | 
						|
	<constants>
 | 
						|
	</constants>
 | 
						|
</class>
 |