mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Mention that replace_by doesn't free the node
(cherry picked from commit 58a3ea5453)
This commit is contained in:
@@ -513,6 +513,7 @@
|
||||
<argument index="1" name="keep_data" type="bool" default="false" />
|
||||
<description>
|
||||
Replaces a node in a scene by the given one. Subscriptions that pass through this node will be lost.
|
||||
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">
|
||||
|
||||
Reference in New Issue
Block a user