Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetSliderOptionValue(inta_option, floata_value, stringa_formatString="0}", boola_noUpdate=false)

Description

GitHub Wiki Description (SkyUI)

Documentation String

Sets the value(s) of an existing option


Parameters

  1. inta_option

    GitHub Wiki Description (SkyUI)

    The option ID.

  2. floata_value

    GitHub Wiki Description (SkyUI)

    The new option value.

  3. stringa_formatString="0}"

  4. boola_noUpdate=false


Examples

Auto-Generated Example

int myInt__a_option
float myFloat__a_value
string myString__a_formatString
bool myBool__a_noUpdate

mySKI_ConfigBase__toCallFunctionOn.SetSliderOptionValue(myInt__a_option, myFloat__a_value, myString__a_formatString, myBool__a_noUpdate)

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.