- Found in:
- F4SE
Description
Documentation Comment
returns name of control bound to given keycode, or "" if unbound
Caveats
Parameters
intkeycode
CK Wiki Description
the integer corresponding to the key bound to the control (if any).
Examples
Input.GetMappedControl(66) ; let's see what control is bound to "B"!Auto-Generated Example
int myInt__keycode
string returnedValue = Input.GetMappedControl(myInt__keycode)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
