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