Background for Fallout 4
Member of the Input script
stringfunctionGetMappedControl(intkeycode)NativeGlobal

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.