Background for Skyrim SE
Member of the SKI_ConfigBase script
eventOnColorAcceptST(inta_color)

Description

Documentation String

Called when a new color has been accepted for this state option

Documentation Comment

@since 2


Parameters

  1. inta_color


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SKI_ConfigBase

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