mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +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
				
			
		|  | @ -115,7 +115,7 @@ ScriptEditorDebugger *EditorDebuggerNode::_add_debugger() { | |||
| 		tabs->add_theme_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_theme_stylebox("DebuggerPanel", "EditorStyles")); | ||||
| 	} | ||||
| 
 | ||||
| 	if (!debugger_plugins.empty()) { | ||||
| 	if (!debugger_plugins.is_empty()) { | ||||
| 		for (Set<Ref<Script>>::Element *i = debugger_plugins.front(); i; i = i->next()) { | ||||
| 			node->add_debugger_plugin(i->get()); | ||||
| 		} | ||||
|  | @ -140,7 +140,7 @@ void EditorDebuggerNode::_error_selected(const String &p_file, int p_line, int p | |||
| 
 | ||||
| void EditorDebuggerNode::_text_editor_stack_goto(const ScriptEditorDebugger *p_debugger) { | ||||
| 	const String file = p_debugger->get_stack_script_file(); | ||||
| 	if (file.empty()) { | ||||
| 	if (file.is_empty()) { | ||||
| 		return; | ||||
| 	} | ||||
| 	stack_script = ResourceLoader::load(file); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Marcel Admiraal
						Marcel Admiraal