Data | Description |
---|---|
BoolValues | Valid strings for creating a Bool |
Config type representing a boolean.
bool
bool
Data | Description |
---|---|
BoolValues | Valid strings for creating a Bool |
Function | Description |
---|---|
bool_he_toggle() | Toggle the value of a bool |
bool_native_get() | Get a bool from a Bool config item - Implements ConfigSetType::native_get() |
bool_native_set() | Set a Bool config item by bool - Implements ConfigSetType::native_set() |
bool_reset() | Reset a Bool to its initial value - Implements ConfigSetType::reset() |
bool_string_get() | Get a Bool as a string - Implements ConfigSetType::string_get() |
bool_string_set() | Set a Bool by string - Implements ConfigSetType::string_set() |
bool_str_toggle() | Toggle the value of a bool |
cst_bool() | Config type representing an boolean |