Merge pull request #64781 from raulsntos/csharp_children

Add `includeInternal` to C# NodeExtensions and avoid printing errors in `GetChildOrNull`
This commit is contained in:
Rémi Verschelde
2022-08-25 07:32:50 +02:00
committed by GitHub
2 changed files with 16 additions and 7 deletions

View File

@@ -241,7 +241,7 @@
<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.
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].
</description>
</method>