Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionAddKeyMapOptionST(stringa_stateName, stringa_text, inta_keyCode, inta_flags=0)

[DEV SERVER] Loading description...


Caveats


Parameters

stringa_stateName

GitHub Wiki Description (SkyUI)

The state option name.

stringa_text

GitHub Wiki Description (SkyUI)

The option text.

inta_keyCode

GitHub Wiki Description (SkyUI)

The initial Input. Will be shown as an image depicting the button.

inta_flags=0


Examples

Auto-Generated Example

string myString__a_stateName
string myString__a_text
int myInt__a_keyCode
int myInt__a_flags

mySKI_ConfigBase__toCallFunctionOn.AddKeyMapOptionST(myString__a_stateName, myString__a_text, myInt__a_keyCode, myInt__a_flags)

Additional References

View this function on the GitHub Wiki for SkyUI

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.