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