* Get the title of the setting. * The string should include a {STRING2} to show the current value. * @return The title string. */
| 425 | * @return The title string. |
| 426 | */ |
| 427 | StringID IntSettingDesc::GetTitle() const |
| 428 | { |
| 429 | return this->get_title_cb != nullptr ? this->get_title_cb(*this) : this->str; |
| 430 | } |
| 431 | |
| 432 | /** |
| 433 | * Get the help text of the setting. |
no outgoing calls
no test coverage detected