diff options
author | Micky <micheledevita2@gmail.com> | 2022-11-12 16:54:06 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2022-11-12 17:55:42 +0100 |
commit | 9b422684670e55e91e7b6864a4cd0d8b4ac01171 (patch) | |
tree | ca4fd71d7ddefc51862785f4a9e3176803194ad5 /doc/classes | |
parent | c17f17eb98188a7134c85bdbdf0123127c462046 (diff) |
Make `Node.print_orphan_nodes()` static
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Node.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index b83bff5d5e..f9d14000a9 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -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. |