Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetOptionFlagsST(inta_flags, boola_noUpdate=false, stringa_stateName="")

Description

GitHub Wiki Description (SkyUI)

Sets the option flags of a state option.

Context

OnSelectST, OnSliderAcceptST, OnMenuAcceptST, OnColorAcceptST, OnKeyMapChangeST, OnDefaultST

Documentation String

Sets the state option flags

Documentation Comment

@since 2


Parameters

  1. inta_flags

    GitHub Wiki Description (SkyUI)

    The new option flags. See SKI_ConfigBase.SetOptionFlags(...).

  2. boola_noUpdate=false

  3. stringa_stateName=""


Examples

Auto-Generated Example

int myInt__a_flags
bool myBool__a_noUpdate
string myString__a_stateName

mySKI_ConfigBase__toCallFunctionOn.SetOptionFlagsST(myInt__a_flags, myBool__a_noUpdate, myString__a_stateName)

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.