1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

In Node.xml mentioned that Node::duplicate also copies children.

The list now uses the Oxford comma.
This commit is contained in:
Vinni Richburgh
2024-08-22 16:10:08 +02:00
parent 568589c9d8
commit 3e86f7b50e

View File

@@ -255,7 +255,7 @@
<return type="Node" /> <return type="Node" />
<param index="0" name="flags" type="int" default="15" /> <param index="0" name="flags" type="int" default="15" />
<description> <description>
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]. [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].
</description> </description>
</method> </method>