plusAssign
inline operator fun DslList<GuestLanguage, EngineConfigurationKt.Dsl.LanguageProxy>.plusAssign(value: GuestLanguage)
Enabled guest languages.
Content copied to clipboard
repeated .elide.meta.GuestLanguage language = 1;
Parameters
value
The language to add.
inline operator fun DslList<GuestLanguage, EngineConfigurationKt.Dsl.LanguageProxy>.plusAssign(values: Iterable<GuestLanguage>)
Enabled guest languages.
Content copied to clipboard
repeated .elide.meta.GuestLanguage language = 1;
Parameters
values
The language to add.
inline operator fun DslList<GuestSettingsStanza, EngineConfigurationKt.Dsl.SettingsProxy>.plusAssign(value: GuestSettingsStanza)
Guest-specific configuration, associated with each language.
Content copied to clipboard
repeated .elide.meta.GuestSettingsStanza settings = 3;
Parameters
value
The settings to add.
inline operator fun DslList<GuestSettingsStanza, EngineConfigurationKt.Dsl.SettingsProxy>.plusAssign(values: Iterable<GuestSettingsStanza>)
Guest-specific configuration, associated with each language.
Content copied to clipboard
repeated .elide.meta.GuestSettingsStanza settings = 3;
Parameters
values
The settings to add.