Bläddra i källkod

Merge pull request #99631 from Mickeon/documentation-duplicate-signals-oopsie

Mention `DUPLICATE_SIGNALS` only affects `CONNECT_PERSIST` signals
Thaddeus Crews 6 månader sedan
förälder
incheckning
2e9a99864f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      doc/classes/Node.xml

+ 1 - 1
doc/classes/Node.xml

@@ -1319,7 +1319,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.