EditorSettings.setInitialValue

Sets the initial value of the setting specified by name to value. This is used to provide a value for the Revert button in the Editor Settings. If update_current is true, the current value of the setting will be set to value as well.

struct EditorSettings
@nogc nothrow
void
setInitialValue
(
VariantArg1
)
(
in String name
,
in VariantArg1 value
,)

Meta