Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetToggleOptionValue(inta_option, boola_checked, 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. boola_checked

    GitHub Wiki Description (SkyUI)

    The new check box state.

  3. boola_noUpdate=false


Examples

Auto-Generated Example

int myInt__a_option
bool myBool__a_checked
bool myBool__a_noUpdate

mySKI_ConfigBase__toCallFunctionOn.SetToggleOptionValue(myInt__a_option, myBool__a_checked, 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.