- Found in:
- SkyUI
eventOnSliderOpenST()
Description
Documentation String
Called when a slider state option has been selected
Documentation Comment
@since 2
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SKI_ConfigBase
event OnSliderOpenST()
Debug.trace("Event received - OnSliderOpenST")
endEvent