summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-06-27 15:14:54 +0200
committerGitHub <noreply@github.com>2019-06-27 15:14:54 +0200
commitf35fd681acba34817d14e236f20a6065a069aea0 (patch)
tree91a806a5607cc198692fa7ed239e16ab2ac04d86 /doc
parent11b8bf5572405a6b19d0ec80f0141c3b1e472a44 (diff)
parent0aec3c3113ce8319ffdc795ee2d06a7ec04036fc (diff)
Merge pull request #30114 from Chaosus/vs_context_menu
Shows menu when dragging connection on empty space in visual shader
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/GraphEdit.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml
index db186eab35..034a64a3fa 100644
--- a/doc/classes/GraphEdit.xml
+++ b/doc/classes/GraphEdit.xml
@@ -211,6 +211,17 @@
Signal sent to the GraphEdit when the connection between 'from_slot' slot of 'from' GraphNode and 'to_slot' slot of 'to' GraphNode is attempted to be created.
</description>
</signal>
+ <signal name="connection_from_empty">
+ <argument index="0" name="to" type="String">
+ </argument>
+ <argument index="1" name="to_slot" type="int">
+ </argument>
+ <argument index="2" name="release_position" type="Vector2">
+ </argument>
+ <description>
+ Signal sent when user dragging connection from input port into empty space of the graph.
+ </description>
+ </signal>
<signal name="connection_to_empty">
<argument index="0" name="from" type="String">
</argument>
@@ -219,6 +230,7 @@
<argument index="2" name="release_position" type="Vector2">
</argument>
<description>
+ Signal sent when user dragging connection from output port into empty space of the graph.
</description>
</signal>
<signal name="delete_nodes_request">