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