Expose ButtonGroup's "get_buttons()" to GDScript

This commit is contained in:
Michael Alexsander Silva Dias
2018-12-14 03:39:31 -02:00
parent 01fa0673a4
commit c2fe5c0468
3 changed files with 20 additions and 1 deletions

View File

@ -143,6 +143,7 @@ protected:
public:
BaseButton *get_pressed_button();
void get_buttons(List<BaseButton *> *r_buttons);
Array _get_buttons();
ButtonGroup();
};