From a97a00bf02b90841097ae85dd344f7a949bf3457 Mon Sep 17 00:00:00 2001 From: Miguel Gonzalez Sanchez <822035+bitbrain@users.noreply.github.com> Date: Fri, 14 Oct 2022 19:21:41 +0100 Subject: Rename pos -> index on Node --- doc/classes/Node.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes/Node.xml') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index bceb285584..620895d8d8 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -529,9 +529,9 @@ - + - Moves a child node to a different position (order) among the other children. Since calls, signals, etc are performed by tree order, changing the order of children nodes may be useful. If [param to_position] is negative, the index will be counted from the end. + Moves a child node to a different index (order) among the other children. Since calls, signals, etc. are performed by tree order, changing the order of children nodes may be useful. If [param to_index] is negative, the index will be counted from the end. [b]Note:[/b] Internal children can only be moved within their expected "internal range" (see [code]internal[/code] parameter in [method add_child]). -- cgit v1.2.3