Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getCurrentStringId
Function
getCurrentStringId
src/OpenLoco/src/Ui/Windows/ToolTip.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
StringId getCurrentStringId()
67
{
68
return _currentTooltipStringId;
69
}
70
void setCurrentStringId(StringId stringId)
71
{
72
_currentTooltipStringId = stringId;
Callers
1
stateNormalHover
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected