From 7924d643e53a1371836f3e3ec65e706d315f53e9 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Fri, 25 Feb 2022 01:10:02 +0100 Subject: Add `includeInternal` to C# NodeExtensions and fix get_child documentation Node methods in C# extended to use generics now have the optional parameter `includeInternal` like their non-generic equivalents. Also, fixed a typo in the `Node.get_child` documentation. --- doc/classes/Node.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index d38a724d39..8aeb80e7e0 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -241,7 +241,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. Negative indices access the children from the last one. - If [param include_internal] is [code]true[/code], internal children are skipped (see [code]internal[/code] parameter in [method add_child]). + If [param include_internal] is [code]false[/code], internal children are skipped (see [code]internal[/code] parameter in [method add_child]). To access a child node via its name, use [method get_node]. -- cgit v1.2.3