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

Description

GitHub Wiki Description (SkyUI)

Called when a color option has been selected.

Set the color swatch parameters for the selected option.

Documentation String

Called when a color option has been selected


Parameters

  1. inta_option

    GitHub Wiki Description (SkyUI)

    The option ID.


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SKI_ConfigBase

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