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

Description

GitHub Wiki Description (SkyUI)

Documentation String

Sets the value(s) of an existing state option

Documentation Comment

@since 4


Parameters

  1. stringa_value

  2. boola_noUpdate=false

  3. stringa_stateName=""


Examples

Auto-Generated Example

string myString__a_value
bool myBool__a_noUpdate
string myString__a_stateName

mySKI_ConfigBase__toCallFunctionOn.SetInputOptionValueST(myString__a_value, 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.