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.