mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Rename slave keyword to puppet
The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases.
This commit is contained in:
		
							parent
							
								
									8f33542ac3
								
							
						
					
					
						commit
						d6b31daec6
					
				
					 17 changed files with 66 additions and 47 deletions
				
			
		|  | @ -167,7 +167,7 @@ void VisualScriptFunction::_get_property_list(List<PropertyInfo> *p_list) const | |||
| 		p_list->push_back(PropertyInfo(Variant::INT, "stack/size", PROPERTY_HINT_RANGE, "1,100000")); | ||||
| 	} | ||||
| 	p_list->push_back(PropertyInfo(Variant::BOOL, "stack/stackless")); | ||||
| 	p_list->push_back(PropertyInfo(Variant::INT, "rpc/mode", PROPERTY_HINT_ENUM, "Disabled,Remote,Sync,Master,Slave")); | ||||
| 	p_list->push_back(PropertyInfo(Variant::INT, "rpc/mode", PROPERTY_HINT_ENUM, "Disabled,Remote,Sync,Master,Puppet")); | ||||
| } | ||||
| 
 | ||||
| int VisualScriptFunction::get_output_sequence_port_count() const { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fabio Alessandrelli
						Fabio Alessandrelli