summaryrefslogtreecommitdiffstats
path: root/doc/classes/SceneState.xml
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-10-01 02:40:07 +0200
committerkobewi <kobewi4e@gmail.com>2021-10-04 21:41:21 +0200
commitcdac60759e931b07811025adf053b1e88495ad80 (patch)
treebc284d032b81b0adc80f079fc61db1d77fc21ad8 /doc/classes/SceneState.xml
parent5b270278c869461a3dce2c0d0db71e0beaa50685 (diff)
downloadredot-engine-cdac60759e931b07811025adf053b1e88495ad80.tar.gz
Add support for unbinding in connection dialog
Diffstat (limited to 'doc/classes/SceneState.xml')
-rw-r--r--doc/classes/SceneState.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/SceneState.xml b/doc/classes/SceneState.xml
index 1c3bac9270..b29cf0d968 100644
--- a/doc/classes/SceneState.xml
+++ b/doc/classes/SceneState.xml
@@ -59,6 +59,13 @@
Returns the path to the node that owns the method connected to the signal at [code]idx[/code], relative to the root node.
</description>
</method>
+ <method name="get_connection_unbinds" qualifiers="const">
+ <return type="int" />
+ <argument index="0" name="idx" type="int" />
+ <description>
+ Returns the number of unbound parameters for the signal at [code]idx[/code].
+ </description>
+ </method>
<method name="get_node_count" qualifiers="const">
<return type="int" />
<description>