Background for Skyrim SE
Member of the SKI_ConfigBase script
eventOnMenuAcceptST(inta_index)

Description

Documentation String

Called when a menu entry has been accepted for this state option

Documentation Comment

@since 2


Parameters

  1. 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

Related Pages


Additional References

View this event on the GitHub Wiki for SkyUI

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.