Merge pull request #53313 from KoBeWi/debinded_konnekt

This commit is contained in:
Rémi Verschelde
2022-01-04 12:22:46 +01:00
committed by GitHub
11 changed files with 184 additions and 60 deletions

View File

@ -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>