Background for Skyrim SE
Member of the SKI_ConfigBase script
stringfunctionGetCustomControl(inta_keyCode)

Description

GitHub Wiki Description (SkyUI)

Returns the control mapped to the given keycode.

Override this function to check the given keycode against any custom controls you're using in your config menu. This enables other mods to react to keymap conflicts.

Documentation String

Returns the name of a custom control mapped to given keyCode, or "" if the key is not in use by this config. Override if necessary


Parameters

  1. inta_keyCode

    GitHub Wiki Description (SkyUI)

    The checked keycode.


Examples

Auto-Generated Example

int myInt__a_keyCode

string returnedValue = mySKI_ConfigBase__toCallFunctionOn.GetCustomControl(myInt__a_keyCode)

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.