mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 d516aab8fa
			
		
	
	
		d516aab8fa
		
	
	
	
	
		
			
			Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			654 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			654 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <class name="VisualScriptVariableSet" inherits="VisualScriptNode" category="Core" version="3.0-stable">
 | |
| 	<brief_description>
 | |
| 		Changes a variable's value.
 | |
| 	</brief_description>
 | |
| 	<description>
 | |
| 		Changes a variable's value to the given input.
 | |
| 		[b]Input Ports:[/b]
 | |
| 		- Sequence
 | |
| 		- Data (variant): [code]set[/code]
 | |
| 		[b]Output Ports:[/b]
 | |
| 		- Sequence
 | |
| 	</description>
 | |
| 	<tutorials>
 | |
| 	</tutorials>
 | |
| 	<demos>
 | |
| 	</demos>
 | |
| 	<methods>
 | |
| 	</methods>
 | |
| 	<members>
 | |
| 		<member name="var_name" type="String" setter="set_variable" getter="get_variable">
 | |
| 			The variable's name.
 | |
| 		</member>
 | |
| 	</members>
 | |
| 	<constants>
 | |
| 	</constants>
 | |
| </class>
 |