Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onScrollMouseDown
Method · 0.85
ShowLocateDropdown
Method · 0.85
MeasurementsOnMouseDown
Method · 0.85
onMouseDown
Method · 0.85
onMouseDown
Method · 0.85
OverviewOnMouseDown
Method · 0.85
ShowLocateDropdown
Method · 0.85
initMapMenu
Method · 0.85
initFileMenu
Method · 0.85
initNetworkMenu
Method · 0.85
ShowLocateDropdown
Method · 0.85
ShowSpecialTrackDropdown
Method · 0.85
Calls
4
StringItem
Function · 0.85
LanguageGetString
Function · 0.85
FormatStringIDLegacy
Function · 0.85
Data
Method · 0.80
Tested by
no test coverage detected