MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / PlainMenuLabel

Function PlainMenuLabel

src/openrct2-ui/windows/Dropdown.cpp:695–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 }
694
695 Item PlainMenuLabel(u8string string)
696 {
697 return StringItem(ItemType::plain, string.c_str());
698 }
699
700 Item PlainMenuLabel(const utf8* string)
701 {

Callers 13

onScrollMouseDownMethod · 0.85
ShowLocateDropdownMethod · 0.85
onMouseDownMethod · 0.85
onMouseDownMethod · 0.85
OverviewOnMouseDownMethod · 0.85
ShowLocateDropdownMethod · 0.85
initMapMenuMethod · 0.85
initFileMenuMethod · 0.85
initNetworkMenuMethod · 0.85
ShowLocateDropdownMethod · 0.85

Calls 4

StringItemFunction · 0.85
LanguageGetStringFunction · 0.85
FormatStringIDLegacyFunction · 0.85
DataMethod · 0.80

Tested by

no test coverage detected