瀏覽代碼

Merge pull request #11112 from LikeLakers2/master

Make Node.queue_free's documentation description a little more verbose
Poommetee Ketson 8 年之前
父節點
當前提交
5665bdea1b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/base/classes.xml

+ 1 - 1
doc/base/classes.xml

@@ -29698,7 +29698,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">