From c84d05098020db943223b552a281935ee7a32e12 Mon Sep 17 00:00:00 2001 From: Yuri Rubinsky Date: Tue, 17 May 2022 13:13:35 +0300 Subject: Add node list param to `GraphEdit::delete_nodes_request` signal --- doc/classes/GraphEdit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index e699a40ea0..02352ca808 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -296,8 +296,9 @@ + - Emitted when a GraphNode is attempted to be removed from the GraphEdit. + Emitted when a GraphNode is attempted to be removed from the GraphEdit. Provides a list of node names to be removed (all selected nodes, excluding nodes without closing button). -- cgit v1.2.3