From ebc07ad5a2ae771497db28082600729859694f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 14 Sep 2018 11:11:19 +0200 Subject: doc: Mention get_node in Node.get_child documentation See #22052. --- doc/classes/Node.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index dd496e79dd..d8b8f1fb43 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -185,6 +185,7 @@ Returns a child node by its index (see [method get_child_count]). This method is often used for iterating all children of a node. + To access a child node via its name, use [method get_node]. -- cgit v1.2.3