MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getItemsPerRow

Function getItemsPerRow

src/OpenLoco/src/Ui/Dropdown.cpp:1003–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001 }
1002
1003 uint16_t getItemsPerRow(uint8_t itemCount)
1004 {
1005 return kAppropriateImageDropdownItemsPerRow[itemCount];
1006 }
1007
1008 Builder& Builder::below(Window& window, WidgetIndex_t widgetIndex)
1009 {

Callers 2

showColourFunction · 0.85
showDropdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected