Merge pull request #68566 from Mickeon/node-print-orphans-static

Make `Node.print_orphan_nodes()` static
This commit is contained in:
Rémi Verschelde
2022-11-24 18:55:30 +01:00
3 changed files with 2 additions and 7 deletions

View File

@@ -535,7 +535,7 @@
[b]Note:[/b] Internal children can only be moved within their expected "internal range" (see [code]internal[/code] parameter in [method add_child]).
</description>
</method>
<method name="print_orphan_nodes">
<method name="print_orphan_nodes" qualifiers="static">
<return type="void" />
<description>
Prints all orphan nodes (nodes outside the [SceneTree]). Used for debugging.