1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #102350 from IceflowRE/update_add_item_doc

Update OptionButton documentation
This commit is contained in:
Thaddeus Crews
2025-07-31 10:39:07 -05:00

View File

@@ -19,6 +19,7 @@
<param index="2" name="id" type="int" default="-1" />
<description>
Adds an item, with a [param texture] icon, text [param label] and (optionally) [param id]. If no [param id] is passed, the item index will be used as the item's ID. New items are appended at the end.
[b]Note:[/b] The item will be selected if there are no other items.
</description>
</method>
<method name="add_item">
@@ -27,6 +28,7 @@
<param index="1" name="id" type="int" default="-1" />
<description>
Adds an item, with text [param label] and (optionally) [param id]. If no [param id] is passed, the item index will be used as the item's ID. New items are appended at the end.
[b]Note:[/b] The item will be selected if there are no other items.
</description>
</method>
<method name="add_separator">