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

Function shouldShowSubTab

src/OpenLoco/src/Ui/Windows/ObjectSelectionWindow.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 }
362
363 static bool shouldShowSubTab(std::span<const SubTabInfo> subTabs, uint8_t index, FilterLevel filterLevel)
364 {
365 return shouldShowTab(subTabs[index], filterLevel);
366 }
367
368 // 0x00473154
369 static void assignTabPositions(Window* self)

Callers 1

prepareDrawFunction · 0.85

Calls 1

shouldShowTabFunction · 0.85

Tested by

no test coverage detected