- Found in:
- SkyUI
eventOnColorAcceptST(inta_color)
Description
Documentation String
Called when a new color has been accepted for this state option
Documentation Comment
@since 2
Parameters
inta_color
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SKI_ConfigBase
event OnColorAcceptST(int a_color)
Debug.trace("Event received - OnColorAcceptST: a_color = " + a_color)
endEvent