diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index f04b0d942f70..d8d8c7b1ccc4 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -19,6 +19,7 @@ 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. @@ -27,6 +28,7 @@ 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.