missing object.get_incoming_connections() documentation
This commit is contained in:
parent
296bd5739f
commit
fb33644652
1 changed files with 5 additions and 0 deletions
|
@ -27894,6 +27894,11 @@
|
||||||
<return type="Array">
|
<return type="Array">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns an [Array] of dictionaries with informations about signals that are connected to this object.
|
||||||
|
Inside each [Dictionary] there are 3 fields:
|
||||||
|
- "source" is a reference to signal emitter.
|
||||||
|
- "signal_name" is name of connected signal.
|
||||||
|
- "method_name" is a name of method to which signal is connected.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_instance_ID" qualifiers="const">
|
<method name="get_instance_ID" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue