Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetKeyMapOptionValue(inta_option, inta_keyCode, boola_noUpdate=false)

[DEV SERVER] Loading description...


Caveats


Parameters

inta_option

GitHub Wiki Description (SkyUI)

The option ID.

inta_keyCode

GitHub Wiki Description (SkyUI)

The new keycode.

boola_noUpdate=false


Examples

Auto-Generated Example

int myInt__a_option
int myInt__a_keyCode
bool myBool__a_noUpdate

mySKI_ConfigBase__toCallFunctionOn.SetKeyMapOptionValue(myInt__a_option, myInt__a_keyCode, myBool__a_noUpdate)

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.