* Get the help text of the setting. * @return The requested help text. */
| 434 | * @return The requested help text. |
| 435 | */ |
| 436 | StringID IntSettingDesc::GetHelp() const |
| 437 | { |
| 438 | return this->get_help_cb != nullptr ? this->get_help_cb(*this) : this->str_help; |
| 439 | } |
| 440 | |
| 441 | /** |
| 442 | * Get parameters for drawing the value of the setting. |
no outgoing calls
no test coverage detected