From 3e86f7b50e55b56597a7aa45e8ffc41e11c7bf1d Mon Sep 17 00:00:00 2001 From: Vinni Richburgh Date: Thu, 22 Aug 2024 16:10:08 +0200 Subject: [PATCH] In Node.xml mentioned that Node::duplicate also copies children. The list now uses the Oxford comma. --- 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 c54219c0566b..ae1eff4220b0 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -255,7 +255,7 @@ - Duplicates the node, returning a new node with all of its properties, signals and groups copied from the original. The behavior can be tweaked through the [param flags] (see [enum DuplicateFlags]). + Duplicates the node, returning a new node with all of its properties, signals, groups, and children copied from the original. The behavior can be tweaked through the [param flags] (see [enum DuplicateFlags]). [b]Note:[/b] For nodes with a [Script] attached, if [method Object._init] has been defined with required parameters, the duplicated node will not have a [Script].