diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-14 11:11:19 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-14 11:11:38 +0200 |
commit | ebc07ad5a2ae771497db28082600729859694f28 (patch) | |
tree | 32e542c21e9adc29f838ba5677309185ae54ee01 /doc | |
parent | 319a0a319b7b8c7875e6fa1a4679ce23b152ae82 (diff) |
doc: Mention get_node in Node.get_child documentation
See #22052.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Node.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ </argument> <description> 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]. </description> </method> <method name="get_child_count" qualifiers="const"> |