summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-31 22:21:51 +0200
committerGitHub <noreply@github.com>2022-03-31 22:21:51 +0200
commit8e5d927af5a27759f831930be47a1bc5fc5dea05 (patch)
treefd27037ca6da3e81455f18331649e0a00d89e09b /doc/classes
parent47d58b5a9746218531a17fef763de49aba01a065 (diff)
parenta29f2bfe540791b96cb4ce43bb0dee6bd2019ce2 (diff)
Merge pull request #59590 from Calinou/rename-print-stray-nodes
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Node.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index 5d0a49c23b..b1a6ed7740 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -483,10 +483,11 @@
[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_stray_nodes">
+ <method name="print_orphan_nodes">
<return type="void" />
<description>
- Prints all stray nodes (nodes outside the [SceneTree]). Used for debugging. Works only in debug builds.
+ Prints all orphan nodes (nodes outside the [SceneTree]). Used for debugging.
+ [b]Note:[/b] [method print_orphan_nodes] only works in debug builds. When called in a project exported in release mode, [method print_orphan_nodes] will not print anything.
</description>
</method>
<method name="print_tree">