Update class reference to include some keywords

More should be added in future PRs, wherever there is demand.
This commit is contained in:
RedMser
2023-07-03 18:19:12 +02:00
parent db798b29b2
commit 5911a12db1
12 changed files with 13 additions and 13 deletions

View File

@@ -722,7 +722,7 @@
Calls [method Object.notification] with [param what] on this node and all of its children, recursively.
</description>
</method>
<method name="queue_free">
<method name="queue_free" keywords="delete, remove, kill, die">
<return type="void" />
<description>
Queues this node to be deleted at the end of the current frame. When deleted, all of its children are deleted as well, and all references to the node and its children become invalid.