Background for Skyrim SE
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


Examples

Auto-Generated Example

int myInt__keycode

string returnedValue = Input.GetMappedControl(myInt__keycode)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.