- Found in:
- SkyUI
eventOnMenuAcceptST(inta_index)
Description
Documentation String
Called when a menu entry has been accepted for this state option
Documentation Comment
@since 2
Parameters
inta_index
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SKI_ConfigBase
event OnMenuAcceptST(int a_index)
Debug.trace("Event received - OnMenuAcceptST: a_index = " + a_index)
endEvent