mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +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.
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			715 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			715 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <class name="VisualScriptEmitSignal" inherits="VisualScriptNode" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
 | |
| 	<brief_description>
 | |
| 		Emits a specified signal.
 | |
| 	</brief_description>
 | |
| 	<description>
 | |
| 		Emits a specified signal when it is executed.
 | |
| 		[b]Input Ports:[/b]
 | |
| 		- Sequence: [code]emit[/code]
 | |
| 		[b]Output Ports:[/b]
 | |
| 		- Sequence
 | |
| 	</description>
 | |
| 	<tutorials>
 | |
| 	</tutorials>
 | |
| 	<methods>
 | |
| 	</methods>
 | |
| 	<members>
 | |
| 		<member name="signal" type="String" setter="set_signal" getter="get_signal" default="""">
 | |
| 			The signal to emit.
 | |
| 		</member>
 | |
| 	</members>
 | |
| 	<constants>
 | |
| 	</constants>
 | |
| </class>
 |