Background for Skyrim SE
Member of the SKI_ConfigBase script
eventOnOptionSliderAccept(inta_option, floata_value)

[DEV SERVER] Loading description...


Parameters

inta_option

GitHub Wiki Description (SkyUI)

The option ID.

floata_value

GitHub Wiki Description (SkyUI)

The accepted value.


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SKI_ConfigBase

event OnOptionSliderAccept(int a_option, float a_value)
    Debug.trace("Event received - OnOptionSliderAccept: a_option = " + a_option + " a_value = " + a_value)
endEvent

Related Pages


Additional References

View this event on the GitHub Wiki for SkyUI

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.