ProjectSettingsSingleton.setSetting

Sets the value of a setting. Example:

More...
struct ProjectSettingsSingleton
@nogc nothrow
void
setSetting
(
VariantArg1
)
(
in String name
,
in VariantArg1 value
)

Detailed Description

ProjectSettings.set_setting("application/config/name", "Example")

Meta