Background for Skyrim SE
Member of the SKI_ConfigBase script
eventOnOptionHighlight(inta_option)

[DEV SERVER] Loading description...


Parameters

inta_option

GitHub Wiki Description (SkyUI)

The option ID.


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SKI_ConfigBase

event OnOptionHighlight(int a_option)
    Debug.trace("Event received - OnOptionHighlight: a_option = " + a_option)
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.