Add method get_cell_size()

This commit is contained in:
Leroy Hopson 2024-02-18 18:30:40 +13:00
parent 685884965e
commit 6d112ca0f2
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 6 additions and 0 deletions

View file

@ -57,6 +57,7 @@ namespace godot
int get_rows() const;
Vector2i get_cursor_pos() const;
Vector2 get_cell_size() const;
void set_max_scrollback(const int p_max_scrollback);
int get_max_scrollback() const;