Background for Skyrim SE
Member of the SKI_ConfigBase script
eventOnKeyMapChangeST(inta_keyCode, stringa_conflictControl, stringa_conflictName)

Description

Documentation String

Called when a key has been remapped for this state option

Documentation Comment

@since 2


Parameters

  1. inta_keyCode

  2. stringa_conflictControl

  3. stringa_conflictName


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SKI_ConfigBase

event OnKeyMapChangeST(int a_keyCode, string a_conflictControl, string a_conflictName)
    Debug.trace("Event received - OnKeyMapChangeST: a_keyCode = " + a_keyCode + " a_conflictControl = " + a_conflictControl + " a_conflictName = " + a_conflictName)
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.