diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-01-04 12:22:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 12:22:46 +0100 |
commit | 42312f066bd7fc5eb66abb5a2d7161717ceb3c55 (patch) | |
tree | 8afb65b7e1f24c8dfde5d4f66c7469bfaee3b592 /doc/classes/SceneState.xml | |
parent | b74968c2ca6ae70e074fa44ee368b513a62aa309 (diff) | |
parent | cdac60759e931b07811025adf053b1e88495ad80 (diff) | |
download | redot-engine-42312f066bd7fc5eb66abb5a2d7161717ceb3c55.tar.gz |
Merge pull request #53313 from KoBeWi/debinded_konnekt
Diffstat (limited to 'doc/classes/SceneState.xml')
-rw-r--r-- | doc/classes/SceneState.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/SceneState.xml b/doc/classes/SceneState.xml index 9a22b24825..c3d726f705 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> |