MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetRowMax

Method GetRowMax

src/window_selectable.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 column_max = ncolmax;
55}
56int Window_Selectable::GetRowMax() const {
57 return (item_max + column_max - 1) / column_max;
58}
59int Window_Selectable::GetTopRow() const {
60 return oy / menu_item_height;
61}

Callers 2

UpdateFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected