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

[DEV SERVER] Loading description...


Caveats


Parameters

boola_checked

GitHub Wiki Description (SkyUI)

The new check box state.

boola_noUpdate=false

stringa_stateName=""


Examples

Auto-Generated Example

bool myBool__a_checked
bool myBool__a_noUpdate
string myString__a_stateName

mySKI_ConfigBase__toCallFunctionOn.SetToggleOptionValueST(myBool__a_checked, myBool__a_noUpdate, myString__a_stateName)

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.