Background for Skyrim SE
Member of the SKI_ConfigBase script
eventOnInputAcceptST(stringa_input)

Description

Documentation String

Called when a new text input has been accepted for this state option

Documentation Comment

@since 4


Parameters

  1. stringa_input


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SKI_ConfigBase

event OnInputAcceptST(string a_input)
    Debug.trace("Event received - OnInputAcceptST: a_input = " + a_input)
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.