Replace Array return types with TypedArray
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_buttons">
|
||||
<return type="Array" />
|
||||
<return type="BaseButton[]" />
|
||||
<description>
|
||||
Returns an [Array] of [Button]s who have this as their [ButtonGroup] (see [member BaseButton.button_group]).
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user