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

[DEV SERVER] Loading description...


Caveats


Parameters

inta_option

GitHub Wiki Description (SkyUI)

The option ID.

inta_flags

GitHub Wiki Description (SkyUI)

The new option flags.

boola_noUpdate=false


Examples

SetOptionFlags(x, OPTION_FLAG_DISABLED) to disable an option.

SetOptionFlags(x, OPTION_FLAG_NONE) to re-enable it.

Auto-Generated Example

int myInt__a_option
int myInt__a_flags
bool myBool__a_noUpdate

mySKI_ConfigBase__toCallFunctionOn.SetOptionFlags(myInt__a_option, myInt__a_flags, 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.