* Set string of the nested widget. * @param string The new string. */
| 1180 | * @param string The new string. |
| 1181 | */ |
| 1182 | void NWidgetCore::SetString(StringID string) |
| 1183 | { |
| 1184 | this->widget_data.string = string; |
| 1185 | } |
| 1186 | |
| 1187 | /** |
| 1188 | * Set string and tool tip of the nested widget. |
no outgoing calls
no test coverage detected