Skip to content

Commit

Permalink
Mention DUPLICATE_SIGNALS only affects CONNECT_PERSIST signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickeon committed Nov 24, 2024
1 parent 0c45ace commit 8dade38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Node.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8dade38

Please sign in to comment.