diff options
author | LikeLakers2 <1008889+LikeLakers2@users.noreply.github.com> | 2017-09-09 13:12:06 -0400 |
---|---|---|
committer | LikeLakers2 <1008889+LikeLakers2@users.noreply.github.com> | 2017-09-09 13:12:06 -0400 |
commit | e4c274752a8657044b9aa7cd127a411e74d52058 (patch) | |
tree | 63a39aa7aa4166e70140ecb1d658040ddd5f36b2 /doc | |
parent | 11ccf225405eac5ce0f9e83df49d724593b96e55 (diff) |
Use gdquest's suggestions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index a097470306..76d2960870 100644 --- a/doc/base/classes.xml +++ b/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"> |