From 8dade38ee7d86fdf435124ed786318caf9c3a252 Mon Sep 17 00:00:00 2001 From: Micky Date: Sun, 24 Nov 2024 17:00:17 +0100 Subject: [PATCH] Mention DUPLICATE_SIGNALS only affects CONNECT_PERSIST signals --- doc/classes/Node.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 3cb76e2926..13dd32a120 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -1307,7 +1307,7 @@ Disables physics interpolation for this node and for children set to [constant PHYSICS_INTERPOLATION_MODE_INHERIT]. - Duplicate the node's signal connections. + Duplicate the node's signal connections that are connected with the [constant Object.CONNECT_PERSIST] flag. Duplicate the node's groups.