Merge pull request #55257 from KoBeWi/replace_by_void

This commit is contained in:
Rémi Verschelde 2021-11-23 14:47:55 +01:00 committed by GitHub
commit 0cec0d3517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -571,6 +571,7 @@
<description> <description>
Replaces a node in a scene by the given one. Subscriptions that pass through this node will be lost. Replaces a node in a scene by the given one. Subscriptions that pass through this node will be lost.
If [code]keep_groups[/code] is [code]true[/code], the [code]node[/code] is added to the same groups that the replaced node is in. If [code]keep_groups[/code] is [code]true[/code], the [code]node[/code] is added to the same groups that the replaced node is in.
Note that the replaced node is not automatically freed, so you either need to keep it in a variable for later use or free it using [method Object.free].
</description> </description>
</method> </method>
<method name="request_ready"> <method name="request_ready">