- Found in:
- SkyUI
eventOnInputAcceptST(stringa_input)
Description
Documentation String
Called when a new text input has been accepted for this state option
Documentation Comment
@since 4
Parameters
stringa_input
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SKI_ConfigBase
event OnInputAcceptST(string a_input)
Debug.trace("Event received - OnInputAcceptST: a_input = " + a_input)
endEvent