classref: Sync with current master branch (c2202d3)

This commit is contained in:
Godot Organization
2025-08-02 03:40:41 +00:00
parent 04b0451405
commit 720c8ef830
28 changed files with 390 additions and 24 deletions

View File

@@ -260,6 +260,8 @@ Method Descriptions
Adds an item, with a ``texture`` icon, text ``label`` and (optionally) ``id``. If no ``id`` is passed, the item index will be used as the item's ID. New items are appended at the end.
\ **Note:** The item will be selected if there are no other items.
.. rst-class:: classref-item-separator
----
@@ -272,6 +274,8 @@ Adds an item, with a ``texture`` icon, text ``label`` and (optionally) ``id``. I
Adds an item, with text ``label`` and (optionally) ``id``. If no ``id`` is passed, the item index will be used as the item's ID. New items are appended at the end.
\ **Note:** The item will be selected if there are no other items.
.. rst-class:: classref-item-separator
----