mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 19:54:27 +00:00
Add node list param to GraphEdit::delete_nodes_request signal
This commit is contained in:
parent
e86d840d4f
commit
32b9818965
6 changed files with 43 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue