From df1eebd8d897d1fcba00449bdb4a097c0161e62e Mon Sep 17 00:00:00 2001 From: zacryol <60046681+zacryol@users.noreply.github.com> Date: Sat, 9 Oct 2021 17:46:33 -0600 Subject: [PATCH] Mention remove_node() side effect of potentially setting owner to null (cherry picked from commit 6941ab9ae5ec6cc9ee9aef29220fb5ab780e88da) --- doc/classes/Node.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index e3ed7ffa539..dd2af727861 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -497,6 +497,7 @@ Removes a child node. The node is NOT deleted and must be deleted manually. + [b]Note:[/b] This function may set the [member owner] of the removed Node (or its descendants) to be [code]null[/code], if that [member owner] is no longer a parent or ancestor.