From 2bb581d5514e9afb0860f694880965cfc4dbeaaf Mon Sep 17 00:00:00 2001 From: Iceflower Date: Mon, 3 Feb 2025 00:50:39 +0100 Subject: [PATCH] Update OptionButton documentation --- doc/classes/OptionButton.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index f04b0d942f7..d8d8c7b1ccc 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.