From f130ad622a38a6e7ece3c1980428faa441ffae31 Mon Sep 17 00:00:00 2001 From: Hana <48352564+Piralein@users.noreply.github.com> Date: Sun, 25 Dec 2022 23:29:10 +0100 Subject: Add missing OptionButton method descriptions --- doc/classes/OptionButton.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index a58a6249ae..fdf0fff0fb 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -94,6 +94,8 @@ + Returns the index of the first item which is not disabled, or marked as a separator. If [param from_last] is [code]true[/code], the items will be searched in reverse order. + Returns [code]-1[/code] if no item is found. @@ -111,6 +113,7 @@ + Returns [code]true[/code] if this button contains at least one item which is not disabled, or marked as a separator. @@ -124,6 +127,7 @@ + Returns [code]true[/code] if the item at index [param idx] is marked as a separator. -- cgit v1.2.3