mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 b087538119
			
		
	
	
		b087538119
		
			
		
	
	
	
	
		
			
			This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			694 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			694 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <class name="VisualScriptGlobalConstant" inherits="VisualScriptNode" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
 | |
| 	<brief_description>
 | |
| 		A Visual Script node returning a constant from [@GlobalScope].
 | |
| 	</brief_description>
 | |
| 	<description>
 | |
| 		A Visual Script node returning a constant from [@GlobalScope].
 | |
| 	</description>
 | |
| 	<tutorials>
 | |
| 	</tutorials>
 | |
| 	<methods>
 | |
| 	</methods>
 | |
| 	<members>
 | |
| 		<member name="constant" type="int" setter="set_global_constant" getter="get_global_constant" default="0">
 | |
| 			The constant to be used.
 | |
| 		</member>
 | |
| 	</members>
 | |
| 	<constants>
 | |
| 	</constants>
 | |
| </class>
 |