Expose ButtonGroup's "get_buttons()" to GDScript
This commit is contained in:
@ -143,6 +143,7 @@ protected:
|
||||
public:
|
||||
BaseButton *get_pressed_button();
|
||||
void get_buttons(List<BaseButton *> *r_buttons);
|
||||
Array _get_buttons();
|
||||
ButtonGroup();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user