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