GetMappedControl - Input
F4SE Member of: Input Script
Requires F4SE version 0.3.1 or higher.
Returns name of control bound to given keycode, or "" if unbound.
SyntaxEdit
string Function GetMappedControl(int keycode) global native
ParametersEdit
- int keyCode: the integer corresponding to the key bound to the control (if any).
Return ValueEdit
- Returns a string for the bound control.
ExamplesEdit
Input.GetMappedControl(66) ; let's see what control is bound to "B"!