diff options
author | Yuri Rubinsky <chaosus89@gmail.com> | 2022-05-17 13:13:35 +0300 |
---|---|---|
committer | Yuri Rubinsky <chaosus89@gmail.com> | 2022-05-17 13:28:21 +0300 |
commit | c84d05098020db943223b552a281935ee7a32e12 (patch) | |
tree | 245c2f80b75c1cb7ca59d501d6beb008050b7078 /doc | |
parent | 4379383ccd7828a94bdc0e4c6692826f2e4ec2ec (diff) |
Add node list param to `GraphEdit::delete_nodes_request` signal
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/GraphEdit.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ </description> </signal> <signal name="delete_nodes_request"> + <argument index="0" name="nodes" type="StringName[]" /> <description> - 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). </description> </signal> <signal name="disconnection_request"> |