You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user