mirror of
https://github.com/godotengine/godot.git
synced 2025-02-18 08:41:18 +00:00
Merge pull request #55257 from KoBeWi/replace_by_void
This commit is contained in:
commit
0cec0d3517
@ -571,6 +571,7 @@
|
||||
<description>
|
||||
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.
|
||||
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>
|
||||
</method>
|
||||
<method name="request_ready">
|
||||
|
Loading…
Reference in New Issue
Block a user