classref: Sync with current master branch (c64afeb)

This commit is contained in:
Godot Organization
2023-05-13 03:19:02 +00:00
parent 0757559a3a
commit 6febc8ee06
274 changed files with 16684 additions and 4675 deletions

View File

@@ -189,8 +189,6 @@ The keys of a dictionary can be iterated with the ``for`` keyword:
\ **Note:** Erasing elements while iterating over dictionaries is **not** supported and will result in unpredictable behavior.
\ **Note:** When declaring a dictionary with ``const``, the dictionary becomes read-only. A read-only Dictionary's entries cannot be overridden at run-time. This does *not* affect nested :ref:`Array<class_Array>` and **Dictionary** values.
.. rst-class:: classref-introduction-group
Tutorials