Background for Skyrim SE
Member of the SKI_ConfigBase script
eventOnSliderAcceptST(floata_value)

Description

Documentation String

Called when a new slider state value has been accepted

Documentation Comment

@since 2


Parameters

  1. floata_value


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SKI_ConfigBase

event OnSliderAcceptST(float a_value)
    Debug.trace("Event received - OnSliderAcceptST: 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.