diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 3f9152f95ac..7f4b65ca9fe 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -29698,7 +29698,7 @@ - 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.