MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetToolTip

Method GetToolTip

src/widget.cpp:1261–1264  ·  view source on GitHub ↗

* Get the tool tip of the nested widget. * @return The tool tip string. */

Source from the content-addressed store, hash-verified

1259 * @return The tool tip string.
1260 */
1261StringID NWidgetCore::GetToolTip() const
1262{
1263 return this->tool_tip;
1264}
1265
1266/**
1267 * Set the text/image alignment of the nested widget.

Callers 2

DispatchRightClickEventFunction · 0.80
DispatchHoverEventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected