Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetTextOptionValue(inta_option, stringa_value, boola_noUpdate=false)

Description

GitHub Wiki Description (SkyUI)

Documentation String

Sets the value(s) of an existing option


Parameters

  1. inta_option

    GitHub Wiki Description (SkyUI)

    The option ID.

  2. stringa_value

    GitHub Wiki Description (SkyUI)

    The new option value.

  3. boola_noUpdate=false


Examples

Auto-Generated Example

int myInt__a_option
string myString__a_value
bool myBool__a_noUpdate

mySKI_ConfigBase__toCallFunctionOn.SetTextOptionValue(myInt__a_option, myString__a_value, myBool__a_noUpdate)

Related Pages


Additional References

View this function on the GitHub Wiki for SkyUI

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.