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

Method IsIntSetting

src/settings_internal.h:96–96  ·  view source on GitHub ↗

* Check whether this setting is an integer type setting. * @return True when the underlying type is an integer. */

Source from the content-addressed store, hash-verified

94 * @return True when the underlying type is an integer.
95 */
96 virtual bool IsIntSetting() const { return false; }
97
98 /**
99 * Check whether this setting is an string type setting.

Callers 8

AsIntSettingMethod · 0.95
CmdChangeSettingFunction · 0.45
CmdChangeCompanySettingFunction · 0.45
IConsoleSetSettingFunction · 0.45
IConsoleGetSettingFunction · 0.45
GetDisplayMethod · 0.45
IsValidMethod · 0.45
LoadSettingsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected