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

Method GetString

src/widget.cpp:1279–1282  ·  view source on GitHub ↗

* Get the string that has been set for this nested widget. * @return The string. */

Source from the content-addressed store, hash-verified

1277 * @return The string.
1278 */
1279StringID NWidgetCore::GetString() const
1280{
1281 return this->widget_data.string;
1282}
1283
1284/**
1285 * Get the \c WidgetID of this nested widget's scrollbar.

Callers 15

UpdateWidgetSizeMethod · 0.45
UpdateWidgetSizeMethod · 0.45
UpdateWidgetSizeMethod · 0.45
OskWindowMethod · 0.45
MakeFinnishTownNameFunction · 0.45
UpdateWidgetSizeMethod · 0.45
UpdateWidgetSizeMethod · 0.45
UpdateWidgetSizeMethod · 0.45
UpdateWidgetSizeMethod · 0.45
UpdateWidgetSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected