1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add node list param to GraphEdit::delete_nodes_request signal

This commit is contained in:
Yuri Rubinsky
2022-05-18 12:36:00 +03:00
parent e86d840d4f
commit 32b9818965
6 changed files with 43 additions and 19 deletions

View File

@@ -257,7 +257,7 @@ class VisualScriptEditor : public ScriptEditorBase {
void _on_nodes_copy();
void _on_nodes_paste();
void _on_nodes_delete();
void _on_nodes_delete(const Array &p_nodes);
void _on_nodes_duplicate();
Variant get_drag_data_fw(const Point2 &p_point, Control *p_from);