Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionAddToggleOptionST(stringa_stateName, stringa_text, boola_checked, inta_flags=0)

Description

GitHub Wiki Description (SkyUI)

Adds a check box state option that can be toggled on and off.

Context

OnPageReset

Documentation String

Adds a check box state option that can be toggled on and off

Documentation Comment

@since 2


Parameters

  1. stringa_stateName

    GitHub Wiki Description (SkyUI)

    The state option name.

  2. stringa_text

    GitHub Wiki Description (SkyUI)

    The option text.

  3. boola_checked

    GitHub Wiki Description (SkyUI)

    The initial state of the check box.

  4. inta_flags=0


Examples

Auto-Generated Example

string myString__a_stateName
string myString__a_text
bool myBool__a_checked
int myInt__a_flags

mySKI_ConfigBase__toCallFunctionOn.AddToggleOptionST(myString__a_stateName, myString__a_text, myBool__a_checked, myInt__a_flags)

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.