diff options
author | SekoiaTree <sequoia.1009@gmail.com> | 2020-08-25 14:46:33 +0200 |
---|---|---|
committer | SekoiaTree <sequoia.1009@gmail.com> | 2020-09-01 11:34:36 +0200 |
commit | bdf614d3d75551164fdd1eed7fb5539cafa30330 (patch) | |
tree | 7b929a776ad4cd56629c73d137c96119730f3cd2 /doc | |
parent | 603febdbfef2d4553eb22e545d3094142b5eaab3 (diff) |
Made get_child support negative indexes, with documentation
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 8f66c9df38..72088e89d1 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -213,6 +213,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. + Negative indices access the children from the last one. To access a child node via its name, use [method get_node]. </description> </method> |