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);