setDefaultBoolEx#

Fully qualified name: rtx::setDefaultBoolEx

Defined in omni/extras/RtxSettings.h

inline bool rtx::setDefaultBoolEx(
carb::settings::ISettings *settings,
const char *path,
bool value,
)#

A helper function that atomically sets the setting value at path if and only if it doesn’t exist.

Parameters:
Return values:
  • true – The value did not exist and was atomically set to value

  • false – The value already existed and was not set