Mention DUPLICATE_SIGNALS only affects CONNECT_PERSIST signals
This commit is contained in:
parent
0c45ace151
commit
8dade38ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -1307,7 +1307,7 @@
|
|||
Disables physics interpolation for this node and for children set to [constant PHYSICS_INTERPOLATION_MODE_INHERIT].
|
||||
</constant>
|
||||
<constant name="DUPLICATE_SIGNALS" value="1" enum="DuplicateFlags">
|
||||
Duplicate the node's signal connections.
|
||||
Duplicate the node's signal connections that are connected with the [constant Object.CONNECT_PERSIST] flag.
|
||||
</constant>
|
||||
<constant name="DUPLICATE_GROUPS" value="2" enum="DuplicateFlags">
|
||||
Duplicate the node's groups.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue