- Found in:
- SkyUI
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
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)