summaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-11-23 12:53:31 +0100
committerkobewi <kobewi4e@gmail.com>2021-11-23 12:53:31 +0100
commit58a3ea545338eb237ed17993e264b632a53a5e10 (patch)
treeb6672b0e26b88f4c88cf1b6914e3a6c272b1ffb7 /doc/classes/Node.xml
parenta8c305acfaf3c394a4c300df1aa99a35fe1344aa (diff)
Mention that replace_by doesn't free the node
Diffstat (limited to 'doc/classes/Node.xml')
-rw-r--r--doc/classes/Node.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index 6b3aa30dd2..8a12314ba8 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -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">