setDefaultBoolEx#
Fully qualified name: rtx::setDefaultBoolEx
Defined in omni/extras/RtxSettings.h
- inline bool rtx::setDefaultBoolEx( )#
 A helper function that atomically sets the setting value at path if and only if it doesn’t exist.
- Parameters:
 settings – carb::settings::ISettings as if by carb::getCachedInterface()
path – The settings path to check
value – The value to write to
pathif it doesn’t exist
- Return values:
 true – The value did not exist and was atomically set to
valuefalse – The value already existed and was not set