mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Rename empty() to is_empty()
This commit is contained in:
		
							parent
							
								
									886571e0fc
								
							
						
					
					
						commit
						5b937d493f
					
				
					 289 changed files with 898 additions and 898 deletions
				
			
		|  | @ -259,7 +259,7 @@ void ArrayPropertyEdit::edit(Object *p_obj, const StringName &p_prop, const Stri | |||
| 	obj = p_obj->get_instance_id(); | ||||
| 	default_type = p_deftype; | ||||
| 
 | ||||
| 	if (!p_hint_string.empty()) { | ||||
| 	if (!p_hint_string.is_empty()) { | ||||
| 		int hint_subtype_separator = p_hint_string.find(":"); | ||||
| 		if (hint_subtype_separator >= 0) { | ||||
| 			String subtype_string = p_hint_string.substr(0, hint_subtype_separator); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Marcel Admiraal
						Marcel Admiraal