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

[DEV SERVER] Loading description...


Caveats


Parameters

inta_option

GitHub Wiki Description (SkyUI)

The option ID.

stringa_value

GitHub Wiki Description (SkyUI)

The new option value.

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)

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.