Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetSliderDialogRange(floata_minValue, floata_maxValue)

Description

GitHub Wiki Description (SkyUI)

Documentation String

Sets slider dialog parameter(s)


Caveats


Parameters

floata_minValue

GitHub Wiki Description (SkyUI)

The smallest valid slider value.

floata_maxValue

GitHub Wiki Description (SkyUI)

The largest valid slider value.


Examples

Auto-Generated Example

float myFloat__a_minValue
float myFloat__a_maxValue

mySKI_ConfigBase__toCallFunctionOn.SetSliderDialogRange(myFloat__a_minValue, myFloat__a_maxValue)

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.