Explorar o código

Use gdquest's suggestions

LikeLakers2 %!s(int64=8) %!d(string=hai) anos
pai
achega
e4c274752a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/base/classes.xml

+ 1 - 1
doc/base/classes.xml

@@ -29667,7 +29667,7 @@
 			<return type="void">
 			</return>
 			<description>
-				Destroy this Node and its children when they are not in use.
+				Queues a node for deletion at the end of the current frame. When deleted, all of its children nodes will be deleted as well. This method ensures it's safe to delete the node, contrary to [method Object.free]. Use [method Object.is_queued_for_deletion] to know whether a node will be deleted at the end of the frame.
 			</description>
 		</method>
 		<method name="raise">