* Get the string that has been set for this nested widget. * @return The string. */
| 1277 | * @return The string. |
| 1278 | */ |
| 1279 | StringID NWidgetCore::GetString() const |
| 1280 | { |
| 1281 | return this->widget_data.string; |
| 1282 | } |
| 1283 | |
| 1284 | /** |
| 1285 | * Get the \c WidgetID of this nested widget's scrollbar. |
no outgoing calls
no test coverage detected