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

Method GetHighlightColour

src/widget_type.h:434–437  ·  view source on GitHub ↗

Return the colour of the highlight. */

Source from the content-addressed store, hash-verified

432
433/** Return the colour of the highlight. */
434inline TextColour NWidgetCore::GetHighlightColour() const
435{
436 return this->highlight_colour;
437}
438
439/**
440 * Lower or raise the widget.

Callers 1

DrawWidgetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected