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

Function setCurrentStringId

src/OpenLoco/src/Ui/Windows/ToolTip.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 return _currentTooltipStringId;
69 }
70 void setCurrentStringId(StringId stringId)
71 {
72 _currentTooltipStringId = stringId;
73 }
74
75 // 0x00439BB1
76 bool isTimeTooltip()

Callers 3

openFunction · 0.85
updateFunction · 0.85
closeAndResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected