BoolSettingDefaults

The serialisation names and default values for the boolean settings, indexed by the 14-bit index (key and SettingType.INDEX_MASK). Mirrors the bool_settings array in settings_pack.cpp one-to-one, deprecated slots included.

Properties

Link copied to clipboard
val COUNT: Int

Number of bool settings (= libtorrent's num_bool_settings).

Link copied to clipboard

Default values in index order, matching bool_settings in settings_pack.cpp. Deprecated slots keep the historical default the C++ table records for them.

Link copied to clipboard

Names used for bencoded serialisation, in index order. Deprecated slots keep an empty name (matching DEPRECATED_SET under the default ABI), so they are never looked up by name but still hold their index.