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

Function getMenuOption

src/OpenLoco/src/Ui/Dropdown.cpp:1173–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171 }
1172
1173 uint8_t getMenuOption(size_t index)
1174 {
1175 assert(index < std::size(_menuOptions));
1176
1177 return _menuOptions[index];
1178 }
1179
1180}

Callers 4

portMenuMouseDownFunction · 0.85
portMenuDropdownFunction · 0.85
vehiclesMenuDropdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected