- Found in:
- SkyUI
eventOnOptionInputOpen(inta_option)
Description
GitHub Wiki Description (SkyUI)
Called when a color option has been selected.
Since version 4.
Set the input dialog parameters for the selected option.
Documentation String
Called when a text input option has been selected
Documentation Comment
@since 4
Parameters
inta_option
GitHub Wiki Description (SkyUI)
The option ID.
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SKI_ConfigBase
event OnOptionInputOpen(int a_option)
Debug.trace("Event received - OnOptionInputOpen: a_option = " + a_option)
endEvent