mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 16:20:53 +00:00
Merge pull request #53617 from zacryol/node-remove-child-doc
This commit is contained in:
commit
8bd6b95ac4
@ -551,6 +551,7 @@
|
||||
<argument index="0" name="node" type="Node" />
|
||||
<description>
|
||||
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.
|
||||
</description>
|
||||
</method>
|
||||
<method name="remove_from_group">
|
||||
|
Loading…
Reference in New Issue
Block a user