Clarify the node parameters in `Node.add_child_below_node()` docs

This closes https://github.com/godotengine/godot-docs/issues/3769.
This commit is contained in:
Hugo Locurcio 2020-07-10 20:35:22 +02:00
parent c2a4ce9380
commit fb736018c5
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
<argument index="2" name="legible_unique_name" type="bool" default="false">
</argument>
<description>
Adds a child node. The child is placed below the given node in the list of children.
Adds [code]child_node[/code] as a child. The child is placed below the given [code]node[/code] in the list of children.
If [code]legible_unique_name[/code] is [code]true[/code], the child node will have an human-readable name based on the name of the node being instanced instead of its type.
</description>
</method>