1
0
Fork 0
This commit is contained in:
Iceflower 2025-02-28 01:36:16 +01:00 committed by GitHub
commit 07abb2909a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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">