|
@@ -513,6 +513,7 @@
|
|
<argument index="1" name="keep_data" type="bool" default="false" />
|
|
<argument index="1" name="keep_data" type="bool" default="false" />
|
|
<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.
|
|
|
|
+ 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">
|